Skip to content

Commit

Permalink
Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 9, 2008
1 parent 152b9ba commit 568b863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/cache.txt
Expand Up @@ -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
Expand Down

0 comments on commit 568b863

Please sign in to comment.