1
0
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:
Jay Wineinger
2015-04-09 13:47:05 -05:00
committed by Tim Graham
parent 872eb26f54
commit 923da0274a
4 changed files with 25 additions and 1 deletions

View File

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