summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
AgeCommit message (Expand)Author
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-13[4.2.x] Fixed #29994 -- Added warning about performance of FileBasedCache wit...Sarah Boyce
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-06-28Fixed #32749 -- Doc'd PyMemcacheCache defaults.Pablo Montepagano
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-01-10Corrected signatures of some functions in docs.Mariusz Felisiak
2021-09-20Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-14Fixed #33012 -- Added Redis cache backend.Daniyal
2021-09-07Fixed #32076 -- Added async methods to BaseCache.Andrew-Chen-Wang
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-20Fixed note about ISP caching in docs.Ben Sturmfels
2021-05-20Added note about culling in database cache backend docs.Mike Lissner
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-12-17Refs #30181 -- Corrected note about storing None in the cache.Nick Pope
2020-12-09Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak
2020-11-10Fixed #32176 -- Clarified filesystem cache docs.Carles Pina Estany
2020-11-04Fixed #31983 -- Added system check for file system caches location.christa
2020-09-17Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.David D Lowe
2020-09-16Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-02Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope
2020-06-22Refs #5691 -- Made cache keys independent of USE_L10N.Claude Paroz
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-01-16Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...Flavio Curella
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-11-14Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios
2019-10-10Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella
2019-09-24Updated the default cache key transformation in documentation.Ryan Nowakowski
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2018-11-15Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-04-27Fixed #27480 -- Added cache.touch().Nicolas NoƩ
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-01-24Fixed #28977 -- Changed local-memory cache to use LRU culling.Grant Jenks
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-10-25Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...Tim Graham
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-19Fixed typo in docs/topics/cache.txt.tk
2017-09-06Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-03-15Fixed #27882 -- Allowed {% cache %} to cache indefinitely.Bo Marchman