summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.1.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-08-18 16:15:18 -0400
committerTim Graham <timograham@gmail.com>2018-08-20 11:14:20 -0400
commitd311124be59df64278f3149d68e79ce45b8a6c64 (patch)
tree1c47886fa1d9d210723957f12ea541003e2f2a30 /docs/releases/2.1.1.txt
parent0e7a9525baec11d75badc37f8d8b92f17dba60ae (diff)
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field.
Diffstat (limited to 'docs/releases/2.1.1.txt')
-rw-r--r--docs/releases/2.1.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).