Opened 6 years ago
Last modified 6 years ago
#29864 closed Cleanup/optimization
Add links from the cache framework topic guide to the low level API — at Version 6
Reported by: | Thomas Güttler | Owned by: | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
Please make at least the first cache.get()
and cache.set()
occurrences a hyperlink to the low-level API docs.
https://docs.djangoproject.com/en/dev/topics/cache/
My use question on mind: Is there a way to get a default-value from the cache like the get() method can be used to return a default-value from a dict.
Change History (6)
comment:1 by , 6 years ago
Easy pickings: | set |
---|---|
Summary: | Hyperlnks from general cache framework docs page to low level API → Add links from the cache framework topic guide to the low level API |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 6 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:4 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:5 by , 6 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
No other methods have any links, so why should they be added for these two?
comment:6 by , 6 years ago
Description: | modified (diff) |
---|
It would be nice to link the first instance of all methods.
Note:
See TracTickets
for help on using tickets.
That looks fine. We don't want to add redundant links everywhere because each change requires translators to redo work.