summaryrefslogtreecommitdiff
path: root/django/core/cache.py
AgeCommit message (Expand)Author
2005-10-29Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss
2005-10-10Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, HugoAdrian Holovaty
2005-09-26Quick bug fix to [699] - fixes #515.Jacob Kaplan-Moss
2005-09-26Added exception handlers to take care of the bugs with the file and db backendsJacob Kaplan-Moss
2005-09-26Fixed #515 (again) - renamed "key" field in SQL cache to "cache_key" because Jacob Kaplan-Moss
2005-09-25Added a database-backed cache backend, along with a tool in django-admin to Jacob Kaplan-Moss
2005-09-25Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-me...Jacob Kaplan-Moss
2005-09-01Fixed #392 -- Fixed bug in memcache setup if arguments are given. Thanks, adr...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty