mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.9.x] Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backwards().
Backport of 542b7f6c50 from master
			
			
This commit is contained in:
		| @@ -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`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user