Author: jacob
Date: 2006-07-20 10:48:07 -0500 (Thu, 20 Jul 2006)
New Revision: 3398

Modified:
   django/trunk/docs/cache.txt
Log:
Another quick doc fix -- I must have "nodes" on the brain

Modified: django/trunk/docs/cache.txt
===================================================================
--- django/trunk/docs/cache.txt 2006-07-20 15:45:16 UTC (rev 3397)
+++ django/trunk/docs/cache.txt 2006-07-20 15:48:07 UTC (rev 3398)
@@ -231,7 +231,7 @@
 
 The cache middleware caches every page that doesn't have GET or POST
 parameters. Optionally, if the ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting is
-``True``, only anonymous requests (i.e., those node made by a logged-in user)
+``True``, only anonymous requests (i.e., those made by a logged-in user)
 will be cached. This is a simple and effective way of disabling caching for any
 user-specific pages (include Django's admin interface).
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to