summaryrefslogtreecommitdiff
path: root/django/core/cache/backends/filebased.py
AgeCommit message (Expand)Author
2007-07-16Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,Malcolm Tredinnick
2006-02-24Refactored cache from django/core/cache.py into django/core/cache package, wi...Adrian Holovaty