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 Tim Graham)

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 Tim Graham, 6 years ago

Easy pickings: set
Summary: Hyperlnks from general cache framework docs page to low level APIAdd links from the cache framework topic guide to the low level API
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

That looks fine. We don't want to add redundant links everywhere because each change requires translators to redo work.

comment:2 by Rand01ph, 6 years ago

Owner: changed from nobody to Rand01ph
Status: newassigned

comment:3 by Rand01ph, 6 years ago

Owner: Rand01ph removed
Status: assignednew

comment:4 by Berry van Mondfrans, 6 years ago

Owner: set to Berry van Mondfrans
Status: newassigned

comment:5 by Berry van Mondfrans, 6 years ago

Owner: Berry van Mondfrans removed
Status: assignednew

No other methods have any links, so why should they be added for these two?

comment:6 by Tim Graham, 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.
Back to Top