Added release note stubs for 1.5.6 and 1.4.11.

This commit is contained in:
Tim Graham 2014-01-26 17:48:28 -05:00
parent 2cbe1e28fb
commit dfa28981ce
3 changed files with 25 additions and 0 deletions

8
docs/releases/1.4.11.txt Normal file
View File

@ -0,0 +1,8 @@
===========================
Django 1.4.11 release notes
===========================
*Under development*
Django's vendored version of six, :mod:`django.utils.six`, has been upgraded to
the latest release (1.5.2).

15
docs/releases/1.5.6.txt Normal file
View File

@ -0,0 +1,15 @@
==========================
Django 1.5.6 release notes
==========================
*Under development*
Django's vendored version of six, :mod:`django.utils.six`, has been upgraded to
the latest release (1.5.2).
Bugfixes
========
* Fixed :class:`~django.contrib.auth.backends.ModelBackend` raising
``UnboundLocalError`` if :func:`~django.contrib.auth.get_user_model`
raised an error (#21439).

View File

@ -38,6 +38,7 @@ Final releases
.. toctree::
:maxdepth: 1
1.5.6
1.5.5
1.5.4
1.5.3
@ -50,6 +51,7 @@ Final releases
.. toctree::
:maxdepth: 1
1.4.11
1.4.10
1.4.9
1.4.8