summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 a24cbc47e2..a6ed58a7bb 100644
--- a/docs/releases/2.1.1.txt
+++ b/docs/releases/2.1.1.txt
@@ -24,3 +24,7 @@ Bugfixes
* Fixed translation failure of ``DurationField``'s "overflow" error message
(:ticket:`29623`).
+
+* 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`).