diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-09-09 19:53:57 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-09-09 19:53:57 +0000 |
| commit | 568b8637bfecc74906282f26fcfef16a0cb0d156 (patch) | |
| tree | ad93bae91a208213531448879a676e2ecdc3a685 /docs/topics/cache.txt | |
| parent | 152b9ba7173e74fae11c770be40656cc70188514 (diff) | |
Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/cache.txt')
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 4f326276f8..bd7e25905c 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -197,7 +197,7 @@ as reference implementations. You'll find the code in the ``django/core/cache/backends/`` directory of the Django source. Note: Without a really compelling reason, such as a host that doesn't support -the them, you should stick to the cache backends included with Django. They've +them, you should stick to the cache backends included with Django. They've been well-tested and are easy to use. CACHE_BACKEND arguments |
