Re: verbose field names in admin
When in doubt, always refer to the docs - http://docs.djangoproject.com/en/dev/ref/models/options/
There may be something small overlooked.
You shouldn't have to re-sync the database to use verbose_name. It's
just a hook to be used for example, in the model's meta options. Give
us more detail about your model for further help.
On Mar 1, 7:20 am, pixelcowboy <pixelcowbo...@gmail.com> wrote:
> Hi, I have added verbose names for each of my field names, with the
> purpose of getting a pretty admin display. However, I have reset my
> database and the admin still shows the field name only, not the
> verbose name. Do I need to do anything else?
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home