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:18:24 -0400
commit923da0274a9a8c4ef2ac9776f71bd14628e39fc3 (patch)
tree3a7e8c3c3ac8047deb8857518243299d4ec2cebc /docs
parent872eb26f542caead338d6456b345ca2f5c0684e2 (diff)
Fixed #24611 -- Fixed update() crash with related UUID pk object.
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`).