Hi there,
I have a UserExtended model that extends the User model. I am trying
to upgrade from 1.1.1 to 1.2.3, and I no longer seem to be able to
specify inherited fields to be excluded in the admin forms - it was
working fine in 1.1.1.
For example, I had the "is_staff" field in the admin exclude list for
UserExtended, but 1.2.3 gives me the error:
"'UserExtendedAdmin.exclude' refers to field 'is_staff' that is
missing from the form."
Is there a syntax change I am missing?
exclude = ['is_staff','is_superuser']
Thanks!
nkatt
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.