Commit 6858bf75 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Refs #25686 -- Forwardported 1.8.7 release note.

parent ca0278f4
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`).