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, 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/
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/
If that isn't what you're looking for, then you can change it at the
form level...
http://docs.djangoproject.com/en/1.1/ref/forms/fields/#label
Again, the more detail you give will help (ie. some example code of
how you are actually doing this), and the more likely you are to get
help.
Adam