Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#773 closed defect (fixed)

CACHE_MIDDLEWARE_GZIP is documented but not used

Reported by: eugene@… Owned by: Jacob
Component: Documentation Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

CACHE_MIDDLEWARE_GZIP is obsolete, but it's still documented as valid option in http://www.djangoproject.com/documentation/cache/#the-per-site-cache.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [1200]) Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. Thanks, Eugene

Note: See TracTickets for help on using tickets.
Back to Top