index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
cache.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-06
Removed unneeded calls to iri_to_uri() in cache key generation.
Florian Apolloner
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-06-22
Refs #5691 -- Made cache keys independent of USE_L10N.
Claude Paroz
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-10
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...
Flavio Curella
2019-10-10
Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...
Viktor Lomakin
2019-08-16
Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...
Adnan Umer
2019-06-26
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...
nsasaki128
2018-08-28
Refs #27795 -- Removed force_bytes() usage in django/utils/cache.py.
Jon Dufresne
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-03-03
Refs #17476 -- Removed obsolete simplification of timezone names in cache key...
Sergey Fedoseev
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-04
Simplified django.utils.cache.get_max_age().
Jozef
2017-09-22
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-12
Fixed #19705 -- Set proper headers on conditional Not Modified responses.
Kevin Christopher Henry
2016-10-10
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-09-28
Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...
Rinat Khabibiev
2016-09-16
Refs #27083 -- Updated conditional header comparison to match RFC 7232.
Kevin Christopher Henry
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-11-09
Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header.
Dwight Gunning
2015-08-15
Fixed #24935 -- Refactored common conditional GET handling.
Denis Cornehl
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-04-28
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
Markus Bertheau
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-12-28
Fixed #20346 -- Made cache middleware vary on the full URL.
ijl
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-01
Fixed spelling ("dependant" -> "dependent")
Tim Graham
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-25
Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.
Łukasz Langa
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
[next]