Re: Display name for Models in admin

2007-10-01 Thread Collin Grady
sixpackistan said the following: > i apologize ahead of time if this seems like a stupid question- but i > have tried repeatedly to find an answer without having to post. > In any event, i have a model defined called 'ItemStatus' which is > displayed in the django admin as "Item statuss"- is there

RE: Display name for Models in admin

2007-10-01 Thread Magee, Robert
, October 01, 2007 3:41 PM To: django-developers@googlegroups.com Subject: Re: Display name for Models in admin On 10/1/07, sixpackistan <[EMAIL PROTECTED]> wrote: > i apologize ahead of time if this seems like a stupid question- but i > have tried repeatedly to find an answer without ha

Re: Display name for Models in admin

2007-10-01 Thread Jacob Kaplan-Moss
On 10/1/07, sixpackistan <[EMAIL PROTECTED]> wrote: > i apologize ahead of time if this seems like a stupid question- but i > have tried repeatedly to find an answer without having to post. > In any event, i have a model defined called 'ItemStatus' which is > displayed in the django admin as "Item

Display name for Models in admin

2007-10-01 Thread sixpackistan
i apologize ahead of time if this seems like a stupid question- but i have tried repeatedly to find an answer without having to post. In any event, i have a model defined called 'ItemStatus' which is displayed in the django admin as "Item statuss"- is there a way, short of renaming my model class,