1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Small style fixes to docs from [3395]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-07-20 15:45:16 +00:00
parent 3e95ef5374
commit 6ab20c5475
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ class CacheMiddleware(object):
Only parameter-less GET or HEAD-requests with status code 200 are cached.
If CACHE_MIDDLEWARE_ANONYMOUS_ONLY is set to True, only anonymous requests
(i.e. those node made by a logged in user) will be cached. This is a
(i.e., those node made by a logged-in user) will be cached. This is a
simple and effective way of avoiding the caching of the Django admin (and
any other user-specific content).