Commit ce17b045 authored by Tim Graham's avatar Tim Graham
Browse files

Added 1.4.18 release notes.

parent c87ee419
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
===========================
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.
+1 −0
Original line number Diff line number Diff line
@@ -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