---
title: "Django 1.3.7 版本发行说明"
version: 3.2
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/3.2/releases/1.3.7/
canonical: https://djangodocs.dev/zh-hans/3.2/releases/1.3.7/
---
# Django 1.3.7 版本发行说明

*2013 年 2 月 20 日*

Django 1.3.7 corrects a packaging problem with yesterday's [1.3.6 release](/zh-hans/3.2/releases/1.3.6/).

The release contained stray `.pyc` files that caused "bad magic number"
errors when running with some versions of Python. This releases corrects this,
and also fixes a bad documentation link in the project template `settings.py`
file generated by `manage.py startproject`.
