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, in one place (the same for adding/changing).  Is
there any way to do that? Can I subclass it somehow in a way that it
will work with further Django releases?

If not, is there a possibility to display on the first profile a link
to another profile and vice versa? How can I do that?

If there is no possibility, I suppose the only solution will be to
join these two profiles and show information from the User model in
custom list_display of that 'super profile'.

Any ideas? If my thinking is incorrect, please feel free to correct me.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to