diff options
| author | Amos Onn <amosonn@gmail.com> | 2015-12-08 19:03:31 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-09 11:08:17 -0500 |
| commit | 0772bffd4a2feac3928924a8427f372ab3ec6919 (patch) | |
| tree | 751e4ce1d51c2b1061036302113e6ce7161600c2 /docs | |
| parent | 4eb9a1cf2a4891cf33a95f9b525993fd27b0bc01 (diff) | |
[1.8.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.txt | 3 |
1 files changed, 3 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`). |
