mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #23503 -- Fixed renaming of model with self-referential m2m field.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							83cd18633f
						
					
				
				
					commit
					463952d940
				
			| @@ -58,3 +58,6 @@ Bugfixes | ||||
|  | ||||
| * Added quoting of constraint names in the SQL generated by migrations to | ||||
|   prevent crash with uppercase characters in the name (:ticket:`23065`). | ||||
|  | ||||
| * Fixed renaming of models with a self-referential many-to-many field | ||||
|   (``ManyToManyField('self')``) (:ticket:`23503`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user