From 27f5b0aff3442e5c25e84972dff4f5fe1edd4e68 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 3 Dec 2018 07:44:18 -0800 Subject: [2.1.x] Fixed #29930 -- Allowed editing in admin with view-only inlines. Co-authored-by: Tim Graham Backport of 8245c99ee6032c2748ba46583d8cab15b2f9438e from master --- docs/releases/2.1.4.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3