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:15:01 +0200
commitf64a3de2d4b623087c70405523a08a4e6043d102 (patch)
tree6b36c112fc765e983c086c1bcda311966ed35a6e /docs
parentaa00f482801c78d0688ec347160177fd05e5d4c6 (diff)
[1.8.x] Fixed #24940 -- Made model managers hashable
Thanks Federico Jaramillo Martínez for the report and Tim Graham for the test and review. Backport of d3d66d47222dd8765a20a15fdc754c0ed7635404 from master
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`).