Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Removed UpdateCacheMiddleware._session_accessed()Tim Graham2015-02-021-6/+0
* Prevented leaking the CSRF token through caching.Aymeric Augustin2014-04-221-1/+9
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per depr...Tim Graham2014-03-211-25/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-28/+20
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Used "is" for comparisons with None.Tim Graham2013-10-101-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as d...Łukasz Langa2013-05-181-5/+6
* Prevented caching of streaming responses.Aymeric Augustin2012-12-241-1/+1
* Fixed #19347 -- Removed unused variable definition in Fet...Claude Paroz2012-12-011-1/+0
* Fixed #4992 -- Respect the GET request query string when ...Jannis Leidel2011-03-021-2/+2
* Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_O...Carl Meyer2011-02-171-2/+11
* Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY...Carl Meyer2011-02-011-9/+12
* Fixed #15012 -- Added post-rendering callbacks to Templat...Russell Keith-Magee2011-01-241-1/+7
* Fixed #15144 -- Corrected some problems with the Cache mi...Russell Keith-Magee2011-01-241-8/+12
* Beefed up the tests for multi-cache handling of the cache...Russell Keith-Magee2010-12-221-18/+21
* Fixed #11675 -- Added support for the PyLibMC cache libra...Russell Keith-Magee2010-12-211-8/+29
* Fixed #14560 -- Enable HEAD requests to be cached properl...Honza Král2010-10-291-9/+12
* Fixed #9221 -- Small optimisation to caching middleware h...Malcolm Tredinnick2008-09-301-2/+3
* Fixed a typo and added a bit more ReST markup to cache mi...Gary Wilson Jr2008-08-151-10/+10
* Split CacheMiddleware up into two parts -- an update-cach...Jacob Kaplan-Moss2008-08-091-57/+115
* Fixed #5813 -- Taught the CacheMiddleware to respect any ...Malcolm Tredinnick2007-11-291-5/+18
* Fixed #3808 -- Fixed some typos in comments. Thanks, Coll...Adrian Holovaty2007-03-251-1/+1
* Fixed #2541 -- Added helpful error message for CacheMiddl...Adrian Holovaty2006-08-181-0/+3
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to u...Adrian Holovaty2006-07-211-1/+1
* Small style fixes to docs from [3395]Adrian Holovaty2006-07-201-1/+1
* Oops, fixed small typo in [3395]Jacob Kaplan-Moss2006-07-201-1/+1
* Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which mak...Jacob Kaplan-Moss2006-07-201-1/+14
* Converted request.META['REQUEST_METHOD'] calls to request...Adrian Holovaty2006-06-201-2/+2
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-1/+1
* Fixed #647 -- Fixed cache middleware not to expect _cache...Adrian Holovaty2005-10-191-1/+1
* Fixed #599 -- locmem cache now uses deepcopy() to prevent...Adrian Holovaty2005-10-101-2/+1
* Fixed #580 -- Added mega support for generating Vary head...Adrian Holovaty2005-10-091-67/+49
* Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting in...Adrian Holovaty2005-10-061-1/+1
* Added django.middleware.cache, which lets you cache an en...Adrian Holovaty2005-07-181-0/+88