Re: accessing verbose_name and other field meta data

2007-10-26 Thread Luke
Thanks! I've been wondering how to access the individual fields, and didn't know the objects implement a dictionary to get to them. That will be handy for the future. On Oct 26, 11:36 am, "Phil Davis" <[EMAIL PROTECTED]> wrote: > On 26/10/2007, Luke <[EMAIL PROTECTED]> wrote: > > > > > I am proc

Re: accessing verbose_name and other field meta data

2007-10-26 Thread Phil Davis
On 26/10/2007, Luke <[EMAIL PROTECTED]> wrote: > > I am processing a form that is built from a model using > form_for_model. In the model I specified a verbose_name for each > field. I can, of course, get the form values through > form.cleaned_data when it is returned, but I cannot figure out wh

accessing verbose_name and other field meta data

2007-10-26 Thread Luke
I am processing a form that is built from a model using form_for_model. In the model I specified a verbose_name for each field. I can, of course, get the form values through form.cleaned_data when it is returned, but I cannot figure out where verbose_name is located. I need this to produce the