-
Feng Qing committed
Apr 16, 2010
-
David Cramer committed
Sep 10, 2009 -
David Cramer committed
Sep 10, 2009 -
David Cramer committed
Sep 10, 2009 -
David Cramer committed
Sep 10, 2009
-
dcramer committed
May 22, 2009 -
Helps to add the actual files :)
dcramer committedMay 22, 2009 -
Added BSD license. Minor lingo correction.
dcramer committedMay 22, 2009
-
updated missing key logic to use get_many properly
dcramer committedFeb 12, 2008
-
few more related notes to signals/expiration
dcramer committedJan 24, 2008 -
more doc (read the stuff in base.py thanks :P)
dcramer committedJan 24, 2008 -
added key_name to init and cache() which will override the cache key …
dcramer committedJan 24, 2008 …name for that queryset
-
dcramer committed
Jan 24, 2008 -
dcramer committed
Jan 24, 2008
-
corrected an issue where it didn't append missing keys to the selecte…
dcramer committedJan 21, 2008 …d results
-
dcramer committed
Jan 21, 2008
-
updated code to handle select_related as per trunk
dcramer committedJan 10, 2008
-
_get_data should now remove select_relateds from the QuerySet db look…
dcramer committedDec 26, 2007 …up; _get_data will now catch the CacheMissingWarning and send a reset signal and refetch the information
-
seperated caching code up similar to how it is in the Django trunk (c…
dcramer committedDec 25, 2007 …an be dealt w/ later but will make it easier to find chunks); updated _get_data to use _get_queryset_from_cache; added cache_key property to CachedModel; added base exceptions; _prepare_queryset_for_cache will now throw a CacheMissingWarning when it fails to find objects in the database
-
added a lot more TODO remarks; added _prepare_queryset_for_cache; add…
dcramer committedDec 24, 2007 …ed _get_queryset_from_cache (does nothing)
-
added TODO comment for delete method
dcramer committedDec 23, 2007
-
dcramer committed
Dec 20, 2007