openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
dcramer's django-orm-cache
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
2 days
ago.
Jun 19, 2025 — Jun 19, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #1 from qingfeng/master
David Cramer
More...
about 15 years ago
Fix work Django trunk
Feng Qing
More...
about 16 years ago
updated ignore patterns
David Cramer
More...
almost 17 years ago
Moved cache to ormcache
David Cramer
More...
almost 17 years ago
Renamed cache to ormcache
David Cramer
More...
almost 17 years ago
Added readme
David Cramer
More...
almost 17 years ago
Slight tweak to license
David Cramer
More...
about 17 years ago
Helps to add the actual files :)
David Cramer
More...
about 17 years ago
Added BSD license. Minor lingo correction.
David Cramer
More...
about 17 years ago
updated missing key logic to use get_many properly
David Cramer
More...
over 18 years ago
few more related notes to signals/expiration
David Cramer
More...
over 18 years ago
more doc (read the stuff in base.py thanks :P)
David Cramer
More...
over 18 years ago
added key_name to init and cache() which will override the cache key name for that queryset
David Cramer
More...
over 18 years ago
comment additions
David Cramer
More...
over 18 years ago
cleaned up unneeded imports
David Cramer
More...
over 18 years ago
corrected an issue where it didn't append missing keys to the selected results
David Cramer
More...
over 18 years ago
initial working code
David Cramer
More...
over 18 years ago
updated code to handle select_related as per trunk
David Cramer
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
David Cramer
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
David Cramer
More...
over 18 years ago
added a lot more TODO remarks; added _prepare_queryset_for_cache; added _get_queryset_from_cache (does nothing)
David Cramer
More...
over 18 years ago
added TODO comment for delete method
David Cramer
More...
over 18 years ago
added code I had locally
David Cramer
More...
over 18 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree