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:24:34 -0500 |
| commit | ce17b045bf5629aac66f872c3f548205906e04db (patch) | |
| tree | d3703d0198b93c86a7f31e14162eb31ed4f1beaf /docs | |
| parent | c87ee41954737869e6026d6fb12394ec4f79d50a (diff) | |
Added 1.4.18 release notes.
Diffstat (limited to 'docs')
| -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 fb1c0b6f96..f369ca6125 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -77,6 +77,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 |
