daniyalzade / django_reverse_admin

Django Reverse Admin
BSD 3-Clause "New" or "Revised" License
199 stars 54 forks source link

Key error on Form with View Permissions #244

Closed joshjo closed 3 years ago

joshjo commented 3 years ago

The read-only fields are not being set up correctly. So if you change the permissions of the Admin Model to View only then the library is raising a KeyError, since the fields can not be found in the form.