diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-12-21 15:19:19 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-12-21 15:19:19 +0000 |
| commit | 673e6fc7fb243ed44841b9969d26a161c25733b3 (patch) | |
| tree | 01bb413490cf72d003d6a31b3938686b84476fb8 /docs/internals | |
| parent | 3cf8502d35cdfbb4f868a848b1f38dcc275f6be1 (diff) | |
Fixed #11675 -- Added support for the PyLibMC cache library. In order to support this, and clean up some other 1.3 caching additions, this patch also includes some changes to the way caches are defined. This means you can now have multiple caches, in the same way you have multiple databases. A huge thanks to Jacob Burch for the work on the PyLibMC backend, and to Jannis for his work on the cache definition changes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 5130a01f03..fadf8a68a5 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -940,7 +940,7 @@ dependencies: * gettext_ (:ref:`gettext_on_windows`) If you want to test the memcached cache backend, you will also need to define -a :setting:`CACHE_BACKEND` setting that points at your memcached instance. +a :setting:`CACHES` setting that points at your memcached instance. Each of these dependencies is optional. If you're missing any of them, the associated tests will be skipped. |
