index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
templatetags
/
cache.py
Age
Commit message (
Expand
)
Author
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-03-15
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
Bo Marchman
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-23
A handful of flake8 fixes
Alex Gaynor
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-24
Added missing newline in docstring; refs #20945.
Tim Graham
2013-10-23
Fixed #20945 -- Allowed cache tag to use a specific cache.
Curtis Maloney
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-03-30
Fixed #20130 -- Regression in {% cache %} template tag.
Baptiste Mispelon
2013-02-24
Fixed #19253 -- Extracted template cache key building logic
Tomek Paczkowski
2013-02-23
Used token.split_contents() for tokenisation in template tags accepting varia...
Baptiste Mispelon
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-15
[py3] Always pass bytes to hashlib.md5.
Florian Apolloner
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-05-01
Fixed #13453: Corrected typo in template syntax error message. Thanks jheasly.
Karen Tracey
2009-06-18
Fixed #11270 -- Modified cache template tag to prevent the creation of very l...
Russell Keith-Magee
2008-08-25
Fixed #7460 -- Made the "cache" template tag always generate keys that can be
Malcolm Tredinnick
2008-06-26
Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ...
Adrian Holovaty
2007-10-23
Removed a bunch of DOS line endings. Somehow I didn't convert this correctly in
Malcolm Tredinnick
2007-10-21
Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul...
Malcolm Tredinnick