Re: How does one access the human readble names given in the model

2006-03-01 Thread timster
I think you may be able to do v.freshness.verbose_name. --~--~-~--~~~---~--~~ 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 th

Re: How does one access the human readble names given in the model

2006-03-01 Thread Peter Harkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Mar 01, 2006 at 07:43:47PM +0530, Chetan Vaity wrote: > Now, how can I get the human readble name of the member "freshness" for the > object "v" > I tried exploring v.__class__, v._meta, etc. but no luck. I think v.__class__.__name__ is what