Answer the question
In order to leave comments, you need to log in
How to change display of User in Select'ah?
On the page for editing an object, there is a Select to select a user. Select values are usernames of users. Is it possible to change the value to Say for example Last Name and First Name ?
Answer the question
In order to leave comments, you need to log in
In the model
def __str__(self):
return '%s %s' % (self.first_name, self.last_name)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question