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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to