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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user