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
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
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
3 matches
Mail list logo