summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-06-18 21:57:08 +0200
committerMarkus Holtermann <info@markusholtermann.eu>2015-06-19 19:02:01 +0200
commitd3d66d47222dd8765a20a15fdc754c0ed7635404 (patch)
treed6caaeb41812552f771f121808d11463fb822116 /docs
parent200e06a5ee01a5fb7c8d83dfbc59427db59798c2 (diff)
Fixed #24940 -- Made model managers hashable
Thanks Federico Jaramillo Martínez for the report and Tim Graham for the test and review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt
index ee525c9275..90008e184e 100644
--- a/docs/releases/1.8.3.txt
+++ b/docs/releases/1.8.3.txt
@@ -74,3 +74,6 @@ Bugfixes
* Fixed crash when uploading images with MIME types that Pillow doesn't detect,
such as bitmap, in ``forms.ImageField`` (:ticket:`24948`).
+
+* Fixed a regression when deleting a model through the admin that has a
+ ``GenericRelation`` with a ``related_query_name`` (:ticket:`24940`).