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
> 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
--~--~-~--~~~---
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@
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.
--~--~-~--~~~
4 matches
Mail list logo