index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache.py
Age
Commit message (
Expand
)
Author
2005-11-10
Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, ...
Adrian Holovaty
2005-11-09
Fixed #761; thanks, Eugene
Jacob Kaplan-Moss
2005-10-29
Fixed #140: memcached backends may now use multiple servers
Jacob Kaplan-Moss
2005-10-10
Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
Adrian Holovaty
2005-09-26
Quick bug fix to [699] - fixes #515.
Jacob Kaplan-Moss
2005-09-26
Added exception handlers to take care of the bugs with the file and db backends
Jacob Kaplan-Moss
2005-09-26
Fixed #515 (again) - renamed "key" field in SQL cache to "cache_key" because
Jacob Kaplan-Moss
2005-09-25
Added a database-backed cache backend, along with a tool in django-admin to
Jacob Kaplan-Moss
2005-09-25
Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-me...
Jacob Kaplan-Moss
2005-09-01
Fixed #392 -- Fixed bug in memcache setup if arguments are given. Thanks, adr...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty