mirror of
https://github.com/django/django.git
synced 2024-11-29 14:46:18 +01:00
1155843a41
This fixes a regression from refs #25496.
21 lines
581 B
Plaintext
21 lines
581 B
Plaintext
==========================
|
|
Django 1.8.7 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.8.7 fixes several bugs in 1.8.6.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a crash of the debug view during the autumn DST change when
|
|
:setting:`USE_TZ` is ``False`` and ``pytz`` is installed.
|
|
|
|
* Fixed a regression in 1.8.6 that caused database routers without an
|
|
``allow_migrate()`` method to crash (:ticket:`25686`).
|
|
|
|
* Fixed a regression in 1.8.6 by restoring the ability to use ``Manager``
|
|
objects for the ``queryset`` argument of ``ModelChoiceField``
|
|
(:ticket:`25683`).
|