1
0
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:
Tim Graham
2015-04-07 09:08:05 -04:00
parent 20a98d863f
commit a10b4c010a
3 changed files with 15 additions and 1 deletions

View File

@@ -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`).