mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.8.x] Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.
Thanks Anssi Kääriäinen for review. Backport of 10b4c010ab2cdaa6ba8bfaec3e3540299ea77be from master
This commit is contained in:
		| @@ -28,3 +28,6 @@ Bugfixes | ||||
|  | ||||
| * Fixed a migration crash when altering | ||||
|   :class:`~django.db.models.ManyToManyField`\s (:ticket:`24513`). | ||||
|  | ||||
| * Fixed a crash with ``QuerySet.update()`` on foreign keys to one-to-one fields | ||||
|   (:ticket:`24578`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user