Re: quick admin view question

2007-01-10 Thread Honza Král
have a look at verbose_name: http://www.djangoproject.com/documentation/model_api/#verbose-name class Meta: verbose_name = 'Some Fancy Title' On 1/10/07, Mae <[EMAIL PROTECTED]> wrote: > > Hi all, > > This might have been answered before, but I can't seem to find the > answer. If I'm repe

Re: quick admin view question

2007-01-10 Thread Mae
Oh, that's exactly what I was looking for! W! Thank you, Mae --~--~-~--~~~---~--~~ 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 unsubsc

quick admin view question

2007-01-10 Thread Mae
Hi all, This might have been answered before, but I can't seem to find the answer. If I'm repeating another topic, I apologize in advance. Here's what I'd like to do: I have a model that goes: # represents a reference document in the library class Reference(models.Model): name = models