Im not trying to change the verbose name for the model class, but for
individual fields in the model, by the way.

On Mar 1, 2:45 pm, Adam Yee <adamj...@gmail.com> wrote:
> 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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to