You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: