1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.6.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 38635977b7
commit 6f8e655ca0
3 changed files with 25 additions and 0 deletions

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).