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
/
views
/
decorators
/
vary.py
Age
Commit message (
Expand
)
Author
2026-01-31
Refs #34118 -- Removed asgiref coroutine detection shims.
Jacob Walls
2023-07-10
Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async func...
Ben Lomax
2023-07-10
Made @vary_on_cookie decorator reuse @vary_on_headers.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
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-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-12
Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...
Russell Keith-Magee
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2005-10-09
Moved vary decorators from django.utils.cache to django.views.decorators.vary
Adrian Holovaty