Re: change displayed name of users object

2010-06-30 Thread derek
On Jun 29, 7:43 pm, Jacob Fenwick wrote: > Thanks for the link Derek. > > I don't think it quite does what I want. > > I guess I should have been more specific. > > I want to change how the Users object is displayed in the Django admin. > > This is a one line change in the Django code, but I would

Re: change displayed name of users object

2010-06-29 Thread Jacob Fenwick
Thanks for the link Derek. I don't think it quite does what I want. I guess I should have been more specific. I want to change how the Users object is displayed in the Django admin. This is a one line change in the Django code, but I would rather not change Django if I can avoid it. Is there a

Re: change displayed name of users object

2010-06-29 Thread derek
On Jun 28, 7:54 pm, Jacob Fenwick wrote: > Is there a simple way to change the displayed name of the users object in > the auth package? > > I don't care about what it's called under the hood. I just want to change > what the user sees. > > I'd like to avoid changing the code directly in the Djang

change displayed name of users object

2010-06-28 Thread Jacob Fenwick
Is there a simple way to change the displayed name of the users object in the auth package? I don't care about what it's called under the hood. I just want to change what the user sees. I'd like to avoid changing the code directly in the Django library as that will make upgrades difficult. I cam