Changes between Initial Version and Version 6 of Ticket #29864


Ignore:
Timestamp:
Oct 19, 2018, 5:44:37 PM (6 years ago)
Author:
Tim Graham
Comment:

It would be nice to link the first instance of all methods.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29864

    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Hyperlnks from general cache framework docs page to low level APIAdd links from the cache framework topic guide to the low level API
    • Property Type UncategorizedCleanup/optimization
    • Property Owner nobody removed
  • Ticket #29864 – Description

    initial v6  
    1 Please make at least the first cache.get() and cache.set() occurrences a hyperlink to the low-level API docs.
     1Please make at least the first `cache.get()` and `cache.set()` occurrences a hyperlink to the low-level API docs.
    22
    3 https://docs.djangoproject.com/en/2.1/topics/cache/
    4 
     3https://docs.djangoproject.com/en/dev/topics/cache/
    54
    65My 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.
    7 
Back to Top