summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
AgeCommit message (Expand)Author
2017-10-25[2.0.x] Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.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
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-12-28Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz
2016-10-27Documented that cache keys are strings rather than bytes.Adam Chainz
2016-09-28Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...Rinat Khabibiev
2016-08-31Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.Ed Morley
2016-08-31Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley
2016-08-31Made settings docs link to cache parameters more specific.Ed Morley
2016-08-11Documented the cache_control() decorator.Kevin Christopher Henry
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-07Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov
2016-05-06Fixed syntax highlighting in docs/topics/cache.txtTim Graham
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-30Fixed #24212 -- Added example pylibmc CACHES configuration.Bryan Marty
2015-08-11Updated memcached library links to point to PyPI.Tim Graham
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau
2015-04-24Added missing comma in LocMemCache example.Nik Nyby
2015-04-09Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz
2015-03-31Fixed typo in docs/topics/cache.txtKostochko Dmitriy
2015-03-14Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.Berker Peksag
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-12Clarified timeout=0 in cache docs.Thomas Güttler
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-17Removed django.core.cache.get_cache() per deprecation timeline; refs #21012.Tim Graham
2014-12-23Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIXFrankie Robertson
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-10-13Cleaned up the Memcached cache backend docTom Dyson
2014-08-19Removed unnecessary code-block directives.areski
2014-07-25Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
2014-07-02Clarified that LocMemCache is per-process; refs #7639.Tim Graham
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-24Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.Tim Graham
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr