summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-09 10:58:48 -0500
committerTim Graham <timograham@gmail.com>2015-11-09 11:00:03 -0500
commit6858bf758ccf1cd6ce46f3fc0b547f52cd7339db (patch)
tree673d898bc637c034d2c49a5191e071e2c4edbb7b /docs
parentca0278f49652c0069d82c08917e0c420dede207b (diff)
[1.9.x] Refs #25686 -- Forwardported 1.8.7 release note.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.7.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt
index 9aed739c01..f3cfc8e046 100644
--- a/docs/releases/1.8.7.txt
+++ b/docs/releases/1.8.7.txt
@@ -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`).