0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 19, 2025 — Jun 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from qingfeng/master More... about 15 years ago
Fix work Django trunk More... about 16 years ago
updated ignore patterns More... almost 17 years ago
Moved cache to ormcache More... almost 17 years ago
Renamed cache to ormcache More... almost 17 years ago
Added readme More... almost 17 years ago
Slight tweak to license More... about 17 years ago
Helps to add the actual files :) More... about 17 years ago
Added BSD license. Minor lingo correction. More... about 17 years ago
updated missing key logic to use get_many properly More... over 18 years ago
few more related notes to signals/expiration More... over 18 years ago
more doc (read the stuff in base.py thanks :P) More... over 18 years ago
added key_name to init and cache() which will override the cache key name for that queryset More... over 18 years ago
comment additions More... over 18 years ago
cleaned up unneeded imports More... over 18 years ago
corrected an issue where it didn't append missing keys to the selected results More... over 18 years ago
initial working code More... over 18 years ago
updated code to handle select_related as per trunk More... over 18 years ago
_get_data should now remove select_relateds from the QuerySet db lookup; _get_data will now catch the CacheMissingWarning and send a reset signal and refetch the information More... over 18 years ago
seperated caching code up similar to how it is in the Django trunk (can 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 More... over 18 years ago
added a lot more TODO remarks; added _prepare_queryset_for_cache; added _get_queryset_from_cache (does nothing) More... over 18 years ago
added TODO comment for delete method More... over 18 years ago
added code I had locally More... over 18 years ago