Ticket #8958: django-docs-topics-cache.txt

File django-docs-topics-cache.txt, 632 bytes (added by benwalton@…, 16 years ago)
Line 
1Index: docs/topics/cache.txt
2===================================================================
3--- docs/topics/cache.txt (revision 8985)
4+++ docs/topics/cache.txt (working copy)
5@@ -197,8 +197,8 @@
6 ``django/core/cache/backends/`` directory of the Django source.
7
8 Note: Without a really compelling reason, such as a host that doesn't support
9-the them, you should stick to the cache backends included with Django. They've
10-been well-tested and are easy to use.
11+them, you should stick to the cache backends included with Django. They've been
12+well-tested and are easy to use.
13
14 CACHE_BACKEND arguments
15 -----------------------
Back to Top