mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.10.x] Fixed #27100 -- Included already applied migration changes in the pre-migrate state.
Refs #24100.
Thanks Tim for the review.
Backport of d5c4ea5246 from master
			
			
This commit is contained in:
		| @@ -72,3 +72,7 @@ Bugfixes | ||||
| * Fixed the creation of ``ContentType`` and ``Permission`` objects for models | ||||
|   of applications without migrations when calling the ``migrate`` command with | ||||
|   no migrations to apply (:ticket:`27044`). | ||||
|  | ||||
| * Included the already applied migration state changes in the ``Apps`` instance | ||||
|   provided to the ``pre_migrate`` signal receivers to allow ``ContentType`` | ||||
|   renaming to be performed on model rename (:ticket:`27100`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user