index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
cache
/
utils.py
Age
Commit message (
Expand
)
Author
2026-06-24
Fixed #37174 -- Used netstring delimiter between vary on arguments for cached...
Jacob Walls
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
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
2019-09-18
Fixed #30772 -- Optimized make_template_fragment_key().
Daniel Fairhead
2018-02-02
Refs #27795 -- Replaced force_bytes() usage in django.core.cache.
Jon Dufresne
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-24
Fixed #19253 -- Extracted template cache key building logic
Tomek Paczkowski