Re: combining user and userprofile in admin

2009-10-01 Thread Matt Schinckel
On Oct 2, 8:58 am, Matt Schinckel wrote: > On Oct 2, 3:20 am, booty wrote:> I am creating an > application where I want the admin site to display > > > But I am not able to sort by these values (nor filter, nor search). > I seem to have missed this line. You can use things in the search_fi

Re: combining user and userprofile in admin

2009-10-01 Thread Matt Schinckel
On Oct 2, 3:20 am, booty wrote: > I am creating an application where I want the admin site to display > the User and the UserProfile (my extensions to the User class) > together in the list view. > [snip] > My problem is that I want my User Profile fields to be displayed in > the User list page

combining user and userprofile in admin

2009-10-01 Thread booty
I am creating an application where I want the admin site to display the User and the UserProfile (my extensions to the User class) together in the list view. Currently, I have something like: class UserProfile(models.Model): " User profile class " # That field link toward the django user