[1.6.x] Added backported fixes to 1.6.1 release notes.

Backport of 8e6d1b9792 from master.
This commit is contained in:
Baptiste Mispelon 2013-11-14 23:13:20 +01:00
parent 2cfff0cb72
commit bdde6f6a03
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ Bug fixes
* Fixed a regression that prevented a ``ForeignKey`` with a hidden reverse
manager (``related_name`` ending with '+') from being used as a lookup for
``prefetch_related`` (#21410).
* Fixed :meth:`Queryset.datetimes<django.db.models.query.QuerySet.datetimes>`
raising ``AttributeError`` in some situations (#21432).
* Fixed :class:`~django.contrib.auth.backends.ModelBackend` raising
``UnboundLocalError`` if :func:`~django.contrib.auth.get_user_model`
raised an error (#21439).