Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backwards().

This commit is contained in:
Amos Onn 2015-12-08 19:03:31 +02:00 committed by Tim Graham
parent 890938e756
commit 542b7f6c50
4 changed files with 83 additions and 1 deletions

View file

@ -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`).

View file

@ -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`).