mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24611 -- Fixed update() crash with related UUID pk object.
This commit is contained in:
committed by
Tim Graham
parent
872eb26f54
commit
923da0274a
@@ -38,3 +38,6 @@ Bugfixes
|
||||
|
||||
* Prevented arbitrary file inclusions in :mod:`~django.contrib.admindocs`
|
||||
(:ticket:`24625`).
|
||||
|
||||
* Fixed a crash with ``QuerySet.update()`` on foreign keys to instances with
|
||||
``uuid`` primary keys (:ticket:`24611`).
|
||||
|
||||
Reference in New Issue
Block a user