summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAmos Onn <amosonn@gmail.com>2015-12-08 19:03:31 +0200
committerTim Graham <timograham@gmail.com>2015-12-09 11:06:57 -0500
commit542b7f6c50df18f2aa201cf1de81577c1bee643c (patch)
treeb0ebbe61bd478c5dd146a4a78ea0618d855f7fa4 /docs
parent890938e756247d7ea34f96cc0cc0f8fab0d62e9b (diff)
Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backwards().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.8.txt3
-rw-r--r--docs/releases/1.9.1.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.8.txt b/docs/releases/1.8.8.txt
index bd6309b96e..3b86fefaea 100644
--- a/docs/releases/1.8.8.txt
+++ b/docs/releases/1.8.8.txt
@@ -27,3 +27,6 @@ Bugfixes
* Restored the ability to use custom formats from ``formats.py`` with
``django.utils.formats.get_format()`` and the ``date`` template filter
(:ticket:`25812`).
+
+* Fixed a state bug when migrating a ``SeparateDatabaseAndState`` operation
+ backwards (:ticket:`25896`).
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt
index f56c13e517..98569a14df 100644
--- a/docs/releases/1.9.1.txt
+++ b/docs/releases/1.9.1.txt
@@ -16,3 +16,6 @@ Bugfixes
(:ticket:`25548`).
* Fixed a system check crash with nested ``ArrayField``\s (:ticket:`25867`).
+
+* Fixed a state bug when migrating a ``SeparateDatabaseAndState`` operation
+ backwards (:ticket:`25896`).