1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/releases/1.5.6.txt
2014-03-24 07:33:55 -04: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.6.1).
Bugfixes
========
* Fixed :class:`~django.contrib.auth.backends.ModelBackend` raising
``UnboundLocalError`` if :func:`~django.contrib.auth.get_user_model`
raised an error (#21439).