index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
middleware
/
cache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-13
/
+27
*
Fixed #33252 -- Made cache middlewares thread-safe.
Iuri de Silvio
2021-11-03
1
-3
/
+8
*
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2021-01-14
1
-9
/
+3
*
Fixed #31928 -- Fixed detecting an async get_response in various middlewares.
Kevin Michel
2020-08-28
1
-15
/
+10
*
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-02-18
1
-0
/
+9
*
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...
Flavio Curella
2020-01-16
1
-9
/
+14
*
Fixed #28833 -- Prevented CacheMiddleware from caching responses with "Cache-...
shanghui
2018-02-06
1
-0
/
+4
*
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-03-04
1
-2
/
+2
*
Fixed #27211 -- Made UpdateCacheMiddleware include caching headers for "304 N...
Rinat Khabibiev
2016-09-14
1
-2
/
+2
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
1
-10
/
+14
*
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-13
1
-2
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-3
/
+5
*
Removed UpdateCacheMiddleware._session_accessed()
Tim Graham
2015-02-01
1
-6
/
+0
*
Prevented leaking the CSRF token through caching.
Aymeric Augustin
2014-04-21
1
-1
/
+9
*
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-30
1
-1
/
+1
*
Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.
Tim Graham
2014-03-21
1
-25
/
+2
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-1
/
+2
*
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-23
1
-28
/
+20
*
Fixed all E261 warnings
coagulant
2013-11-02
1
-3
/
+3
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Used "is" for comparisons with None.
Tim Graham
2013-10-10
1
-1
/
+1
*
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
1
-1
/
+1
*
Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated
Łukasz Langa
2013-05-18
1
-5
/
+6
*
Prevented caching of streaming responses.
Aymeric Augustin
2012-12-24
1
-1
/
+1
*
Fixed #19347 -- Removed unused variable definition in FetchFromCacheMiddleware
Claude Paroz
2012-12-01
1
-1
/
+0
*
Fixed #4992 -- Respect the GET request query string when creating cache keys....
Jannis Leidel
2011-03-02
1
-2
/
+2
*
Fixed #15260 -- Ensured that CACHE_MIDDLEWARE_ANONYMOUS_ONLY is effective wit...
Carl Meyer
2011-02-17
1
-2
/
+11
*
Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit of sett...
Carl Meyer
2011-02-01
1
-9
/
+12
*
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...
Russell Keith-Magee
2011-01-24
1
-1
/
+7
*
Fixed #15144 -- Corrected some problems with the Cache middleware when used w...
Russell Keith-Magee
2011-01-24
1
-8
/
+12
*
Beefed up the tests for multi-cache handling of the cache middleware and view...
Russell Keith-Magee
2010-12-22
1
-18
/
+21
*
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-12-21
1
-8
/
+29
*
Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!
Honza Král
2010-10-29
1
-9
/
+12
*
Fixed #9221 -- Small optimisation to caching middleware handling.
Malcolm Tredinnick
2008-09-30
1
-2
/
+3
*
Fixed a typo and added a bit more ReST markup to cache middleware docstring.
Gary Wilson Jr
2008-08-15
1
-10
/
+10
*
Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c...
Jacob Kaplan-Moss
2008-08-09
1
-57
/
+115
*
Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header
Malcolm Tredinnick
2007-11-29
1
-5
/
+18
*
Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady
Adrian Holovaty
2007-03-25
1
-1
/
+1
*
Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of...
Adrian Holovaty
2006-08-18
1
-0
/
+3
*
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-07-21
1
-1
/
+0
*
Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute access ...
Adrian Holovaty
2006-07-21
1
-1
/
+1
*
Small style fixes to docs from [3395]
Adrian Holovaty
2006-07-20
1
-1
/
+1
*
Oops, fixed small typo in [3395]
Jacob Kaplan-Moss
2006-07-20
1
-1
/
+1
*
Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...
Jacob Kaplan-Moss
2006-07-20
1
-1
/
+14
*
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-20
1
-2
/
+2
*
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
1
-1
/
+1
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
1
-1
/
+1
*
Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in ca...
Adrian Holovaty
2005-10-19
1
-1
/
+1
*
Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
Adrian Holovaty
2005-10-10
1
-2
/
+1
*
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-10-09
1
-67
/
+49
[next]