1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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