summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClément Mangin <clement.mangin@gmail.com>2018-08-09 11:43:55 -0400
committerTim Graham <timograham@gmail.com>2018-08-10 11:32:52 -0400
commitd7615674d98a067ed06bdf1924dc76223262938a (patch)
tree4cc436e165b7a0ac1f633d84479023cc7f2ca452 /docs
parent42f194b8582649756b9c85906326834e6365d0a3 (diff)
[2.1.x] Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47. Backport of 64e1a271f50d921a54388539b6ff7102a31c3d29 from master
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`).