summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-05 14:24:34 -0500
committerTim Graham <timograham@gmail.com>2015-01-05 14:25:36 -0500
commit0e21fd4e4048718fe065a8ff080c1d0df8173883 (patch)
treeb897fe3b5c7c0fdeda72bbb8b669f35d31601558
parent4aed731154b12e2948ee2b6a8baa5083840a343b (diff)
[1.7.x] Added 1.4.18 release notes.
Backport of ce17b045bf5629aac66f872c3f548205906e04db from master
-rw-r--r--docs/releases/1.4.18.txt14
-rw-r--r--docs/releases/index.txt1
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 7b893563e0..ced414d752 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -70,6 +70,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