Opened 14 years ago

Closed 14 years ago

#12195 closed (fixed)

cache set method - timeout - documentation

Reported by: George Lund Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/1.0/topics/cache/#the-low-level-cache-api

Docs say that the timeout parameter is called "timeout_seconds", but in fact it's called just "timeout". At least, that's what it's called in my Django 1.0, so the 1.0 docs should reflect that.

Attachments (1)

12195.diff (798 bytes ) - added by Tim Graham 14 years ago.

Download all attachments as: .zip

Change History (3)

by Tim Graham, 14 years ago

Attachment: 12195.diff added

comment:1 by Tim Graham, 14 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 14 years ago

Resolution: fixed
Status: newclosed

(In [12183]) Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to 'timeout'. Thanks, galund and timo

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