Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/templatetags/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* A handful of flake8 fixesAlex Gaynor2013-11-231-1/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-10/+9
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Added missing newline in docstring; refs #20945.Tim Graham2013-10-241-0/+1
* Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney2013-10-241-3/+31
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed #20130 -- Regression in {% cache %} template tag.Baptiste Mispelon2013-03-301-1/+1
* Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski2013-02-241-7/+3
* Used token.split_contents() for tokenisation in template ...Baptiste Mispelon2013-02-231-6/+8
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-3/+3
* [py3] Always pass bytes to hashlib.md5.Florian Apolloner2012-08-151-2/+4
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-2/+4
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-2/+1
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-2/+2
* Fixed #13453: Corrected typo in template syntax error mes...Karen Tracey2010-05-011-1/+1
* Fixed #11270 -- Modified cache template tag to prevent th...Russell Keith-Magee2009-06-181-1/+3
* Fixed #7460 -- Made the "cache" template tag always gener...Malcolm Tredinnick2008-08-251-1/+2
* Fixed #6201 -- Improved the {% cache %} template tag to a...Adrian Holovaty2008-06-261-11/+14
* Removed a bunch of DOS line endings. Somehow I didn't con...Malcolm Tredinnick2007-10-231-57/+57
* Fixed #1065 -- Added a "cache" template tag. Thanks, Ian ...Malcolm Tredinnick2007-10-211-0/+57