mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.
Thanks Anssi Kääriäinen for review.
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