1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/releases/1.5.6.txt
2014-01-26 17:48:28 -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).