1
0
mirror of https://github.com/django/django.git synced 2025-03-13 19:00:45 +00:00
django/docs/releases/1.5.6.txt
Tim Graham 6f8e655ca0 [1.6.x] Added release note stubs for 1.5.6 and 1.4.11.
Backport of dfa28981ce from master
2014-01-26 17:49:01 -05:00

16 lines
398 B
Plaintext

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