From d311124be59df64278f3149d68e79ce45b8a6c64 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 18 Aug 2018 16:15:18 -0400 Subject: Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field. --- docs/releases/2.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index ff37bfefda..07912eead2 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -38,3 +38,6 @@ Bugfixes * Made the admin change view redirect to the changelist view after a POST if the user has the 'view' permission (:ticket:`29663`). + +* Fixed admin change view crash for view-only users if the form has an extra + form field (:ticket:`29682`). -- cgit v1.3