Author: russellm Date: 2007-07-12 07:50:02 -0500 (Thu, 12 Jul 2007) New Revision: 5665
Modified: django/trunk/docs/cache.txt Log: Fixed #4763 -- Minor typo in cache documentations. Thanks, [EMAIL PROTECTED] Modified: django/trunk/docs/cache.txt =================================================================== --- django/trunk/docs/cache.txt 2007-07-12 12:48:27 UTC (rev 5664) +++ django/trunk/docs/cache.txt 2007-07-12 12:50:02 UTC (rev 5665) @@ -543,7 +543,7 @@ If you use ``CacheMiddleware``, it's important to put it in the right place within the ``MIDDLEWARE_CLASSES`` setting, because the cache middleware needs to know which headers by which to vary the cache storage. Middleware always -adds something the ``Vary`` response header when it can. +adds something to the ``Vary`` response header when it can. Put the ``CacheMiddleware`` after any middlewares that might add something to the ``Vary`` header. The following middlewares do so: --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
