Django

Code

root/django/trunk/django/core/cache/backends


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8444 [8444] 08/19/08 15:35:56 mtredinnick Fixed #8410 -- Added a missing piece of value encoding for the …
(edit) @8418 [8418] 08/16/08 18:35:58 mtredinnick Fixed #5133 -- Explicitly close memcached connections after each …
(edit) @8278 [8278] 08/09/08 22:52:21 mtredinnick Added a return value to the add() method for caches. It's now possible to …
(edit) @8193 [8193] 08/02/08 00:56:57 gwilson Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use …
(edit) @8090 [8090] 07/26/08 00:27:59 mtredinnick Fixed #6413 -- Fixed a deadlock situation in the locmem culling …
(edit) @8084 [8084] 07/25/08 22:58:31 mtredinnick Fixed #7967 -- Make sure the contains method in the cache backends …
(edit) @6904 [6904] 12/10/07 19:20:25 mtredinnick Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based …
(edit) @6887 [6887] 12/04/07 12:03:56 jacob Fixed #6099: the filebased cache backend now uses md5 hashes of keys …
(edit) @6822 [6822] 12/01/07 18:35:14 mtredinnick Fixed #6086 -- Deprecate the "simple" cache backend in favour of …
(edit) @6774 [6774] 11/29/07 23:30:43 adrian Edited docs and docstring changes from [6572] (new cache add() method)
(edit) @6709 [6709] 11/21/07 13:54:58 gwilson Fixed #5981 -- Fixed failing regression test when using locmem cache …
(edit) @6589 [6589] 10/21/07 14:19:32 mtredinnick Fixed a bug in the db cache backend introduced in [6572].
(edit) @6572 [6572] 10/20/07 10:16:34 mtredinnick Fixed #4831 -- Added an "add" cache key method, for parity with …
(edit) @5718 [5718] 07/16/07 04:36:10 mtredinnick Fixed #4845 -- Fixed some problems with Unicode usage and caching. …
(edit) @5704 [5704] 07/15/07 01:29:45 gwilson Changed imports to adhere to PEP 8.
(edit) @5703 [5703] 07/15/07 01:24:54 gwilson Fixed #3012 -- Changed the locmem cache backend to use pickle instead of …
(edit) @5171 [5171] 05/07/07 23:13:46 mtredinnick Fixed #4041 -- Added a contains method to cache backends. Thanks, …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @4827 [4827] 03/25/07 18:29:31 adrian Fixed #3648 -- Added support for cmemcached Python library. Thanks, …
(edit) @4308 [4308] 01/12/07 09:16:55 jacob Fixed #3290: DummyCache? now conforms to the BaseCache? interface correctly. …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @3611 [3611] 08/18/06 10:10:08 adrian Fixed #2561 -- memcached cache backend no longer ignores default timeout. …
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(add) @2378 [2378] 02/24/06 00:07:01 adrian Refactored cache from django/core/cache.py into django/core/cache package, …
Note: See TracRevisionLog for help on using the revision log.