Hey there. I've created a model, which is related to the Admin Users model, like this:
user = models.ForeignKey(User) Now, when I open a page to add/edit a record of my model class, a select tag with all the users of my site is displayed. That's good. What is not, is that in that select I see their usernames (eg. root) instead of a more human-like string, like "First Name Last Name". How can I do that? Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---