From d3d66d47222dd8765a20a15fdc754c0ed7635404 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 18 Jun 2015 21:57:08 +0200 Subject: Fixed #24940 -- Made model managers hashable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Federico Jaramillo Martínez for the report and Tim Graham for the test and review. --- docs/releases/1.8.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3