diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-12-03 07:44:18 -0800 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-12-03 17:34:36 +0100 |
| commit | 27f5b0aff3442e5c25e84972dff4f5fe1edd4e68 (patch) | |
| tree | 8f9e88efc8ed3cf981837265201feb2024eca2e4 /docs | |
| parent | b623c49c399cc0855935c0e953d7e22e9a884207 (diff) | |
[2.1.x] Fixed #29930 -- Allowed editing in admin with view-only inlines.
Co-authored-by: Tim Graham <timograham@gmail.com>
Backport of 8245c99ee6032c2748ba46583d8cab15b2f9438e from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt index 8ba457846e..6d0c3dce46 100644 --- a/docs/releases/2.1.4.txt +++ b/docs/releases/2.1.4.txt @@ -22,3 +22,7 @@ Bugfixes * Fixed admin view-only change form crash when using ``ModelAdmin.prepopulated_fields`` (:ticket:`29929`). + +* Fixed "Please correct the errors below" error message when editing an object + in the admin if the user only has the "view" permission on inlines + (:ticket:`29930`). |
