Re: Getting an object's meta value

2007-09-18 Thread Alex Koshelev
MyModel._meta.verbose_name On 18 сент, 20:31, Rob Slotboom <[EMAIL PROTECTED]> wrote: > For a class method I want to use the value of the > Model>Meta>verbose_name. > Can someone tell me how to get this value? > > Thanks, Rob --~--~-~--~~~---~--~~ You received th

Re: Getting an object's meta value

2007-09-18 Thread Jonathan Buchanan
Rob Slotboom wrote: > For a class method I want to use the value of the > Model>Meta>verbose_name. > Can someone tell me how to get this value? > > Thanks, Rob You almost had it: Model._meta.verbose_name Jonathan. --~--~-~--~~~---~--~~ You received this m

Getting an object's meta value

2007-09-18 Thread Rob Slotboom
For a class method I want to use the value of the Model>Meta>verbose_name. Can someone tell me how to get this value? Thanks, Rob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi