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