From d7615674d98a067ed06bdf1924dc76223262938a Mon Sep 17 00:00:00 2001 From: Clément Mangin Date: Thu, 9 Aug 2018 11:43:55 -0400 Subject: [2.1.x] Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47. Backport of 64e1a271f50d921a54388539b6ff7102a31c3d29 from master --- 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 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`). -- cgit v1.3