Re: verbose_name option not working...

2006-08-29 Thread mediumgrade
Great! Thanks! --~--~-~--~~~---~--~~ 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]

Re: verbose_name option not working...

2006-08-27 Thread aaloy
2006/8/27, mediumgrade <[EMAIL PROTECTED]>: > > In my models, I have added the options "verbose_name" and > "verbose_name_plural" to make my models easier to understand in the > admin interface. However, even though I have added these options in my > models, the admin interface still displays the

verbose_name option not working...

2006-08-26 Thread mediumgrade
In my models, I have added the options "verbose_name" and "verbose_name_plural" to make my models easier to understand in the admin interface. However, even though I have added these options in my models, the admin interface still displays the model's name in the default camel case style. Is there