summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation and comments for RFC updates.Nick Pope2022-11-101-3/+3
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-091-1/+1
* Fixed #32749 -- Doc'd PyMemcacheCache defaults.Pablo Montepagano2022-06-281-0/+9
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-8/+0
* Updated various links to HTTPS and new locations.Mariusz Felisiak2022-03-291-3/+3
* Corrected signatures of some functions in docs.Mariusz Felisiak2022-01-101-1/+1
* Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak2021-09-201-12/+0
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-4/+0
* Fixed #33012 -- Added Redis cache backend.Daniyal2021-09-141-4/+89
* Fixed #32076 -- Added async methods to BaseCache.Andrew-Chen-Wang2021-09-071-0/+31
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-12/+12
* Fixed note about ISP caching in docs.Ben Sturmfels2021-05-201-5/+7
* Added note about culling in database cache backend docs.Mike Lissner2021-05-201-0/+4
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-3/+3
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-9/+0
* Refs #30181 -- Corrected note about storing None in the cache.Nick Pope2020-12-171-3/+15
* Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak2020-12-091-24/+15
* Fixed #32176 -- Clarified filesystem cache docs.Carles Pina Estany2020-11-101-5/+6
* Fixed #31983 -- Added system check for file system caches location.christa2020-11-041-0/+10
* Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.David D Lowe2020-09-171-2/+9
* Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope2020-09-161-4/+28
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-4/+4
* Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope2020-09-021-9/+0
* Refs #5691 -- Made cache keys independent of USE_L10N.Claude Paroz2020-06-221-2/+1
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-6/+5
* Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...Flavio Curella2020-01-161-0/+8
* Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen2019-12-181-1/+1
* Fixed #30759 -- Made cache.delete() return whether it succeeded.daniel a rios2019-11-141-0/+9
* Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella2019-10-101-0/+1
* Updated the default cache key transformation in documentation.Ryan Nowakowski2019-09-241-1/+1
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-22/+21
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-6/+0
* Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan2018-11-151-4/+29
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-8/+0
* Fixed #27480 -- Added cache.touch().Nicolas NoƩ2018-04-271-0/+17
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-2/+2
* Fixed #28977 -- Changed local-memory cache to use LRU culling.Grant Jenks2018-01-241-0/+6
* Updated various links in docs to use HTTPS.Mariusz Felisiak2018-01-071-2/+2
* Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.Tim Graham2017-10-251-5/+3
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-9/+0
* Refs #20892 -- Removed support for passing pylibmc behavior settings as top-l...Tim Graham2017-09-221-8/+0
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-3/+3
* Fixed typo in docs/topics/cache.txt.tk2017-09-191-1/+1
* Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone2017-09-061-0/+7
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Fixed #27882 -- Allowed {% cache %} to cache indefinitely.Bo Marchman2017-03-151-2/+7
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-2/+1
* Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz2016-12-281-0/+2
* Documented that cache keys are strings rather than bytes.Adam Chainz2016-10-271-0/+3
* Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...Rinat Khabibiev2016-09-281-3/+4