mirror of
https://github.com/django/django.git
synced 2025-09-26 03:59:32 +00:00
Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backwards().
This commit is contained in:
parent
890938e756
commit
542b7f6c50
4 changed files with 83 additions and 1 deletions
|
@ -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`).
|
||||
|
|
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue