Re: Class name display when editing inline

2006-05-28 Thread [EMAIL PROTECTED]
Thanks for the responses, I managed to get it worked out with some help from the django irc channel. but in case anyone else is looking at this for help -- follow rob's suggestions. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Class name display when editing inline

2006-05-27 Thread oggie rob
> I'd like to remove the underscore from it. Underscores are not the norm in python class names, but they will still work fine (I think?). In your case, add "verbose_name" and possibly "verbose_name_plural" to your Meta/META class or use CapWords. -rob --~--~-~--~~~---

Re: Class name display when editing inline

2006-05-27 Thread canen
Does the class have a __repr_ method? http://www.djangoproject.com/documentation/models/repr/ --~--~-~--~~~---~--~~ 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@

Class name display when editing inline

2006-05-27 Thread [EMAIL PROTECTED]
When editing an object in the admin section that allows you to edit its related objects inline, how do you change the text that is displayed above the inline items. It displays the class name and that's ok, but I'd like to remove the underscore from it. --~--~-~--~~~