Re: django_extensions and AutoSlugField

2009-01-19 Thread Dan Jewett
On Jan 19, 11:03 am, Dan Jewett wrote: > Maybe I'm just implementing this incorrectly, but if anyone is using > this extension maybe you could shed some light on this error. > > When I try to add or save my Model I get: > AttributeError: 'str' object has no attribute 'creation_counter' > > Here

django_extensions and AutoSlugField

2009-01-19 Thread Dan Jewett
Maybe I'm just implementing this incorrectly, but if anyone is using this extension maybe you could shed some light on this error. When I try to add or save my Model I get: AttributeError: 'str' object has no attribute 'creation_counter' Here's what I think is relevant. in models.py: (partial) f