summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
AgeCommit message (Expand)Author
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-30[1.9.x] Fixed #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
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-01-16Fixed #16785 -- Documented some of the design decisions of the cache framework.Tim Graham
2013-12-28Fixed doc indentation in previous commit.Tim Graham
2013-12-28Fixed #20346 -- Made cache middleware vary on the full URL.ijl
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-22Noted that localmem is the default cache.mlissner
2013-11-07Fixed #20536 -- rewrite of the file based cache backendJaap Roes
2013-10-23Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-11Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Added section labels in cache docsLeandro Regueiro
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-05-30Tweak caching decorators/utility functions xrefs.Ramiro Morales
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedŁukasz Langa
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski