Re: verbose field names in admin

2010-03-03 Thread Adam Yee
Ok, take a look at this link... http://docs.djangoproject.com/en/dev/topics/db/models/#verbose-field-names 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.

Re: verbose field names in admin

2010-03-01 Thread pixelcowboy
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 wrote: > When in doubt, always refer to the docs > -http://docs.djangoproject.com/en/dev/ref/models/options/ > There may be something small overlooked. >

Re: verbose field names in admin

2010-03-01 Thread pixelcowboy
No matter what I do, the verbose name for the fields do not change what appears on the admin view. On Mar 1, 2:45 pm, Adam Yee 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'

Re: verbose field names in admin

2010-03-01 Thread Adam Yee
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 a

verbose field names in admin

2010-03-01 Thread pixelcowboy
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 subscri