django1/django/core/cache
Russell Keith-Magee 1fc7c4aee4 Fixed #14596 -- Light refactoring of the cache backends.
* Removes some code duplication,
 * Provides a convenient base class for db-like cache backends
 * Adds tests for an edge case of culling,
 * Marks the memcached tests as "skipped", rather than omitting them.

Thanks to Jonas H for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-02 05:55:08 +00:00
..
backends Fixed #14596 -- Light refactoring of the cache backends. 2010-11-02 05:55:08 +00:00
__init__.py Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWarning` under Python 2.6 and later 2010-10-20 13:07:06 +00:00