Any idea how to overwrite it dynamically?
def get_form(self, request, obj=None, **kwargs):
self.exclude = ('user_permissions',)
return super(UserProfileAdmin, self).get_form(request, obj=None,
**kwargs)
Throws:
TemplateSyntaxError at /admin/auth/user/2/
Caught KeyError while rendering: "Key 'password' not found in Form"
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/771t3uo6qbgJ.
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.