diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-05 14:24:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-05 14:25:41 -0500 |
| commit | 5e45c4f7c21202346ef2da7acd28cd7077350a78 (patch) | |
| tree | 47aa9103fed8c578787dce5850774b45592ec90b | |
| parent | 3b76a82a266d7f96019445a9189ac9b129328e25 (diff) | |
[1.6.x] Added 1.4.18 release notes.
Backport of ce17b045bf5629aac66f872c3f548205906e04db from master
| -rw-r--r-- | docs/releases/1.4.18.txt | 14 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/releases/1.4.18.txt b/docs/releases/1.4.18.txt new file mode 100644 index 0000000000..f328be24c3 --- /dev/null +++ b/docs/releases/1.4.18.txt @@ -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. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 3e2218a8e5..5ddcef8211 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -60,6 +60,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.4.18 1.4.17 1.4.16 1.4.15 |
