diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-21 19:05:10 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-21 19:05:10 +0000 |
| commit | 18749c00602edeafd0b10da807ec55767fd6a6c8 (patch) | |
| tree | 439ca4cef7fea496f0208d45ee77a74575c7df71 /docs/cache.txt | |
| parent | 96d69c5b5faa07c3be471b9a9c849b40a305e5f4 (diff) | |
Rolled a number of comments into documentation; thanks to all those who contributed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
| -rw-r--r-- | docs/cache.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt index 458723d0b7..a14e1e2b62 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -20,7 +20,8 @@ far the fastest option if you've got the RAM). Before using the cache, you'll need to tell Django which cache backend you'd like to use. Do this by setting the ``CACHE_BACKEND`` in your settings file. -The CACHE_BACKEND setting is a quasi-URI. Examples:: +The CACHE_BACKEND setting is a "fake" URI (really an unregistered scheme). +Examples: ============================== =========================================== CACHE_BACKEND Explanation |
