summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2018-12-03 07:44:18 -0800
committerGitHub <noreply@github.com>2018-12-03 07:44:18 -0800
commit8245c99ee6032c2748ba46583d8cab15b2f9438e (patch)
tree5f2aa886b46136a6879e3520db1a570ef6b6651b /docs
parent950112548e61098f442d37a8ded4ef9f83ff8fda (diff)
Fixed #29930 -- Allowed editing in admin with view-only inlines.
Co-authored-by: Tim Graham <timograham@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.4.txt4
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`).