Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/decorators/vary.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+2
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-2/+4
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-5/+1
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-1/+1
* Fixed #13093 -- Updated some decorators and the decorator...Russell Keith-Magee2010-03-121-2/+3
* Fixed #5701 -- Fixed decorators to take the name, attribu...Gary Wilson Jr2008-02-251-2/+7
* Moved vary decorators from django.utils.cache to django.v...Adrian Holovaty2005-10-091-0/+35