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:08:01 -0500
commitf076cf07effe54af8a28f22431c3c76a8af61fc5 (patch)
tree05006a0eaef69ece0fcdbbf04713355723c38f78 /docs
parentbc8bc8a0123b9a4c14beb62f71616a925538ca5c (diff)
[1.9.x] Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backwards().
Backport of 542b7f6c50df18f2aa201cf1de81577c1bee643c from master
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`).