summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/2.1.1.txt')
-rw-r--r--docs/releases/2.1.1.txt4
1 files changed, 4 insertions, 0 deletions
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`).