Re: overriding User model list_display and fields in Admin

2007-12-07 Thread Malcolm Tredinnick
On Fri, 2007-12-07 at 06:08 -0800, l5x wrote: > Hello, > > I couldn't find the information how to override the 'list_display' and > 'fields' of the Django (SVN) User model in Admin interface. > > I need to display User altogether with his two profiles. I know that > there is a get_profile(), bu

overriding User model list_display and fields in Admin

2007-12-07 Thread l5x
Hello, I couldn't find the information how to override the 'list_display' and 'fields' of the Django (SVN) User model in Admin interface. I need to display User altogether with his two profiles. I know that there is a get_profile(), but I want to display everything related to User in the Admin,