Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19823 closed Cleanup/optimization (fixed)

Code example differs from the related explanation.

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

At https://docs.djangoproject.com/en/1.4/topics/cache/#memcached the documentation says :

In the following example, the cache is shared over Memcached instances running on the IP addresses 172.19.26.240 (port 11211), 172.19.26.242 (port 11212), and 172.19.26.244 (port 11213):

But in the code example, 172.19.26.242 is bound to 11211.

Change History (3)

comment:1 by Claude Paroz, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 668d0b8d499c45ef7d449b5e56f0adc97660d417:

Fixed #19823 -- Fixed memcached code example in cache docs

comment:3 by Claude Paroz <claude@…>, 11 years ago

In cfdc003ab7d456ad76a7c3eb33274a055270df23:

[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docs

Backport of 668d0b8d from master.

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