From b5c7cb4d3306a7b4e8f87bcf365ff30ae53018ed Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 8 Aug 2018 22:25:18 -0300 Subject: Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericRelation is declared on an abstract base model. Regression in 4ab027b94409e6415b774797bf9d3593da9d9ea8. Thanks Lauri Kainulainen for the report. --- docs/releases/2.1.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index a6ed58a7bb..ca424f40df 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -28,3 +28,7 @@ Bugfixes * Fixed a regression where the admin change form crashed if the user doesn't have the 'add' permission to a model that uses ``TabularInline`` (:ticket:`29637`). + +* Fixed a regression where a ``related_query_name`` reverse accessor wasn't set + up when a ``GenericRelation`` is declared on an abstract base model + (:ticket:`29653`). -- cgit v1.3