[1.5.x] Added release note stubs for 1.5.6 and 1.4.11.

Backport of dfa28981ce from master
This commit is contained in:
Tim Graham 2014-01-26 17:48:28 -05:00
parent 682420d108
commit b55d0ebff2
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

@ -22,6 +22,7 @@ Final releases
.. toctree::
:maxdepth: 1
1.5.6
1.5.5
1.5.4
1.5.3
@ -34,6 +35,7 @@ Final releases
.. toctree::
:maxdepth: 1
1.4.11
1.4.10
1.4.9
1.4.8