Opened 15 years ago
Closed 15 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)
Change History (3)
by , 15 years ago
Attachment: | 12195.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12183]) Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to 'timeout'. Thanks, galund and timo