Skip to content

Commit

Permalink
Added 1.4.18 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jan 5, 2015
1 parent c87ee41 commit ce17b04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/releases/1.4.18.txt
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions docs/releases/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce17b04

Please sign in to comment.