django-orm-cache icon indicating copy to clipboard operation
django-orm-cache copied to clipboard

Problems installing django-orm-cache

Open luismmontielg opened this issue 13 years ago • 0 comments

Im trying to use ormcache but I get this error:

AttributeError: 'SortedDict' object has no attribute 'append' .... File "/home/luis/virtualenvs/..../lib/python2.6/site-packages/django/utils/importlib.py", line 35, in import_module import(name) File "/home/luis/virtualenvs/.../......hub/csc/models.py", line 259, in class Category(CachedModel): File "/home/luis/virtualenvs/...../src/django-orm-cache/ormcache/models.py", line 77, in new new_class._meta.parents.append(base) AttributeError: 'SortedDict' object has no attribute 'append'

luismmontielg avatar Jul 08 '11 22:07 luismmontielg