Changeset 813
- Timestamp:
- 10/08/05 20:03:04 (3 years ago)
- Files:
-
- django/trunk/docs/cache.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/cache.txt
r812 r813 237 237 header (which may already exist) rather than setting it from scratch. 238 238 239 Note that you can pass multiple headers to ``vary_on_headers()``: 239 Note that you can pass multiple headers to ``vary_on_headers()``:: 240 240 241 241 @vary_on_headers('User-Agent', 'Cookie')
