summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJay Wineinger <jay.wineinger@gmail.com>2015-04-09 13:47:05 -0500
committerTim Graham <timograham@gmail.com>2015-04-13 12:20:41 -0400
commit496800b3bf4460e697dee942696eaee5c56f87a0 (patch)
tree47d0854e08b84843162b70308dcf22d9afd6ee82 /docs
parent39282704953ea74dd82963a0d983aaec87826d66 (diff)
[1.8.x] Fixed #24611 -- Fixed update() crash with related UUID pk object.
Backport of 923da0274a9a8c4ef2ac9776f71bd14628e39fc3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt
index d942d32842..988a532a89 100644
--- a/docs/releases/1.8.1.txt
+++ b/docs/releases/1.8.1.txt
@@ -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`).