2015-11-05 08:22:12 +00:00
|
|
|
==========================
|
|
|
|
Django 1.8.7 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.8.7 fixes several bugs in 1.8.6.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2015-11-07 15:12:13 +00:00
|
|
|
* Fixed a crash of the debug view during the autumn DST change when
|
|
|
|
:setting:`USE_TZ` is ``False`` and ``pytz`` is installed.
|
|
|
|
|
2015-11-09 15:58:48 +00:00
|
|
|
* Fixed a regression in 1.8.6 that caused database routers without an
|
|
|
|
``allow_migrate()`` method to crash (:ticket:`25686`).
|
2015-11-05 17:02:18 +00:00
|
|
|
|
|
|
|
* Fixed a regression in 1.8.6 by restoring the ability to use ``Manager``
|
|
|
|
objects for the ``queryset`` argument of ``ModelChoiceField``
|
|
|
|
(:ticket:`25683`).
|
2015-11-10 15:42:32 +00:00
|
|
|
|
|
|
|
* Fixed a regression in 1.8.6 that caused an application with South migrations
|
|
|
|
in the ``migrations`` directory to fail (:ticket:`25618`).
|
2015-11-06 19:18:00 +00:00
|
|
|
|
|
|
|
* Fixed a data loss possibility with :class:`~django.db.models.Prefetch` if
|
|
|
|
``to_attr`` is set to a ``ManyToManyField`` (:ticket:`25693`).
|