django-orm-cache
django-orm-cache copied to clipboard
A caching layer for Django
I am using this technique in some of my models to cache related objects of GenericRelation(s), would this be a possible feature for django-orm-cache to implement? ### Code - https://gist.github.com/1260033...
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...