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

A caching layer for Django

Results 2 django-orm-cache issues
Sort by recently updated
recently updated
newest added

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...