1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Added missing release notes for older versions of Django

Backport of 3f6cc33cff from master
This commit is contained in:
Tim Graham
2013-08-12 13:20:58 -04:00
parent 43f12f368b
commit 4f470f5186
10 changed files with 373 additions and 4 deletions

13
docs/releases/1.4.5.txt Normal file
View File

@@ -0,0 +1,13 @@
==========================
Django 1.4.5 release notes
==========================
*February 20, 2013*
Django 1.4.5 corrects a packaging problem with yesterday's :doc:`1.4.4 release
</releases/1.4.4>`.
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``.