Releases: catalpainternational/django-querycache
Releases · catalpainternational/django-querycache
Timestamp whole table
This release added timestamps for a whole table to provide a quick check before running a filtered query. Especially for rarely changing data the extra query to get the last updated row should provide for faster querying. Particularly of interest for slow joins and filtering. Also in this release: Removed the timefunc
decorator which was used for some internal logging