mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +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:
parent
950112548e
commit
8245c99ee6
4 changed files with 116 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue