summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosep Cugat <jcugat@gmail.com>2015-11-06 12:36:38 +0100
committerTim Graham <timograham@gmail.com>2015-11-09 10:50:02 -0500
commita42c5376e764712d8ff4a1f9dd3c2d5537722288 (patch)
treebe40d0f39a84bbe6f67a66f945b6b2d32504f89d /docs
parent94d13415d81f24743045bcaa43027c737e2bcf5f (diff)
[1.8.x] Fixed #25686 -- Fixed crash on routers without an allow_migrate() method.
Thanks Simon Charette for review.
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`).