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

[1.6.x] Added 1.4.18 release notes.

Backport of ce17b045bf from master
This commit is contained in:
Tim Graham
2015-01-05 14:24:34 -05:00
parent 3b76a82a26
commit 5e45c4f7c2
2 changed files with 15 additions and 0 deletions

14
docs/releases/1.4.18.txt Normal file
View File

@@ -0,0 +1,14 @@
===========================
Django 1.4.18 release notes
===========================
*Under development*
Django 1.4.18 fixes a regression on Python 2.5 in the 1.4.17 release.
Bugfixes
========
* To maintain compatibility with Python 2.5, Django's vendored version of six,
:mod:`django.utils.six`, has been downgraded to 1.8.0 which is the last
version to support Python 2.5.