Commit c6da4b0c authored by Tim Graham's avatar Tim Graham
Browse files

Refs #25686 -- Forwardported 1.8.7 release note.

parent 1014ba02
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,4 +12,5 @@ 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`).