#29682: Admin change form crashes if a view-only model's form has field not on
the
model
---------------------------------+------------------------------------
Reporter: Jones | Owner: nobody
Type: Bug | Status: closed
Component: contrib.admin | Version: 2.1
Severity: Release blocker | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+------------------------------------
Changes (by felixxm):
* status: new => closed
* version: 2.2 => 2.1
* resolution: => fixed
Comment:
As far as I'm concerned a custom form field cannot be in the
`readonly_fields`, e.g.
{{{
<class 'admin_views.admin.ArticleAdmin'>: (admin.E035) The value of
'readonly_fields[0]' is not a callable, an attribute of 'ArticleAdmin', or
an attribute of 'admin_views.Article'.
}}}
Please open a new ticket with a sample project if you believe that there
is any issue with `readonly_fields`.
--
Ticket URL: <https://code.djangoproject.com/ticket/29682#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/070.9188bf7d7877e8a59ae0387bc4c091d1%40djangoproject.com.