Django

Code

Changeset 5665

Show
Ignore:
Timestamp:
07/12/07 07:50:02 (1 year ago)
Author:
russellm
Message:

Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/cache.txt

    r4827 r5665  
    544544within the ``MIDDLEWARE_CLASSES`` setting, because the cache middleware needs 
    545545to know which headers by which to vary the cache storage. Middleware always 
    546 adds something the ``Vary`` response header when it can. 
     546adds something to the ``Vary`` response header when it can. 
    547547 
    548548Put the ``CacheMiddleware`` after any middlewares that might add something to