Re: Error when calling the metaclass bases __init__() got an unexpected keyword argument 'get_absolute_url'

2008-03-02 Thread stranger
e_url() in meta class of Entry model which returns > > the url of the Entry. > > >   But I am getting an error stating > > > Exception Type:    TypeError > > Exception Value:   Error when calling the metaclass bases __init__() got > > an unexpected keyword argument

Re: Error when calling the metaclass bases __init__() got an unexpected keyword argument 'get_absolute_url'

2008-03-02 Thread Malcolm Tredinnick
g > > Exception Type: TypeError > Exception Value: Error when calling the metaclass bases __init__() got > an unexpected keyword argument 'get_absolute_url' > Exception Location: /home/japin/lib/python2.5/django/db/models/base.py > in add_to_class, line

Error when calling the metaclass bases __init__() got an unexpected keyword argument 'get_absolute_url'

2008-03-02 Thread stranger
bases __init__() got an unexpected keyword argument 'get_absolute_url' Exception Location: /home/japin/lib/python2.5/django/db/models/base.py in add_to_class, line 167 Can you help me in this regard. Advance thanks --~--~-~--~~~---~--~~ You received th