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
/
docs
/
topics
/
http
/
decorators.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2024-06-12
Fixed #35401 -- Documented the conditional_page() decorator.
lufafajoshua
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-09-13
Refs #31949 -- Made make_middleware_decorator to work with async functions.
Ben Lomax
2023-07-10
Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async func...
Ben Lomax
2023-06-26
Refs #31949 -- Made http decorators to work with async functions.
th3nn3ss
2023-05-23
Refs #31949 -- Made @no_append_slash decorator to work with async functions.
Ben Lomax
2023-04-25
Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...
Ben Lomax
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2021-12-13
Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.
mgaligniana
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2020-10-22
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2019-06-26
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...
nsasaki128
2019-03-12
Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
alexanderblnf
2016-08-11
Documented the cache_control() decorator.
Kevin Christopher Henry
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-11
Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.
Tim Graham
2015-05-25
Fixed typos in HTTP decorator docs.
I am Clinton
2015-04-28
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
Markus Bertheau
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2011-05-01
Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmi...
Timo Graham
2011-04-28
Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...
Jannis Leidel
2011-02-28
Fixed #15395 -- Documented the modules/import paths for the various decorator...
Gabriel Hurley
2011-02-16
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...
Gabriel Hurley
2011-01-03
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
Timo Graham
2010-12-27
Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the ...
Timo Graham