diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-18 16:15:18 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-20 11:15:16 -0400 |
| commit | 53b9a6654b334917446ef2e22f448645107d3219 (patch) | |
| tree | 44085f39a7b980a2fc163208348c4c7fedd66b99 /docs | |
| parent | 77498db196fede2cb4dbee9e7cd7762a99c5ded8 (diff) | |
[2.1.x] Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field.
Backport of d311124be59df64278f3149d68e79ce45b8a6c64 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.1.txt | 3 |
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`). |
