Hey there,
I have integrated the app into a Model of mine. I put the ChangesMixin in front of the model description it inherits from. But I get the following error:
'ReverseSingleRelatedObjectDescriptor' object has no attribute 'cache_name'
As my Model does not contain a "cache_name", I guess the problem is from your app?
Greetings,
Tron
EDIT: Using Django 1.3
Hey there,
I have integrated the app into a Model of mine. I put the ChangesMixin in front of the model description it inherits from. But I get the following error:
'ReverseSingleRelatedObjectDescriptor' object has no attribute 'cache_name'
As my Model does not contain a "cache_name", I guess the problem is from your app?
Greetings,
Tron
EDIT: Using Django 1.3