Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9377 closed (fixed)

docs: cache framework: cmemcache: refers to v0.96 vs. "development version"

Reported by: Phil Mocek Owned by: nobody
Component: Documentation Version: 1.0
Severity: 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

In the "cache framework" page of the documentation, in section
"Setting up the cache", is written:

The fastest available option is a module called cmemcache,
available at http://gijsbert.org/cmemcache/ . (This module is
only compatible with the Django development version. Django 0.96
is only compatible with the second option, below.)

There is no mention of whether cmemcache works with version
1.0. Possibly this wording was not updated when the development
branch was released as 1.0.

http://docs.djangoproject.com/en/dev/topics/cache/#setting-up-the-cache

Change History (2)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [9435]) Fixed #9377 -- Clarified when cmemcached support was included in Django.

comment:2 by Malcolm Tredinnick, 16 years ago

(In [9437]) [django-1.0.X] Fixed #9377 -- Clarified when cmemcached support was included in Django.

Backport of r9435 from trunk.

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