Fixed #29930 -- Allowed editing in admin with view-only inlines.

Co-authored-by: Tim Graham <timograham@gmail.com>
This commit is contained in:
Carlton Gibson 2018-12-03 07:44:18 -08:00 committed by GitHub
parent 950112548e
commit 8245c99ee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 116 additions and 1 deletions

View file

@ -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`).