lufafajoshua
|
e2428292ab
Fixed #35401 -- Documented the conditional_page() decorator.
|
5 months ago |
Natalia
|
05cce083ad
Removed versionadded/changed annotations for 5.0.
|
6 months ago |
Ben Lomax
|
74f7deec9e
Refs #31949 -- Made make_middleware_decorator to work with async functions.
|
1 year ago |
Ben Lomax
|
b7a17b0ea0
Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions.
|
1 year ago |
th3nn3ss
|
3152f9de47
Refs #31949 -- Made http decorators to work with async functions.
|
1 year ago |
Ben Lomax
|
23abec9192
Refs #31949 -- Made @no_append_slash decorator to work with async functions.
|
1 year ago |
Ben Lomax
|
4dfc6ff8a8
Refs #31949 -- Made @never_cache and @cache_control() decorators to work with async functions.
|
2 years ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 year ago |
mgaligniana
|
669dcefc04
Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.
|
3 years ago |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 years ago |
Carlton Gibson
|
ad11f5b8c9
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
|
4 years ago |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 years ago |
nsasaki128
|
a289e79679
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() decorator.
|
5 years ago |
alexanderblnf
|
406de977ea
Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
|
5 years ago |
Kevin Christopher Henry
|
b785927b44
Documented the cache_control() decorator.
|
8 years ago |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 years ago |
Tim Graham
|
baf3ec2e29
Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.
|
8 years ago |
I am Clinton
|
0b0bb6100d
Fixed typos in HTTP decorator docs.
|
9 years ago |
Markus Bertheau
|
4a438e400b
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
|
9 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Timo Graham
|
5487ec8039
Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmith for the sugggestion.
|
13 years ago |
Jannis Leidel
|
086ab44336
Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEAD. Thanks, aaugustin and Julien.
|
13 years ago |
Gabriel Hurley
|
c9db8cc83f
Fixed #15395 -- Documented the modules/import paths for the various decorators in `django.views.decorators`. Thanks to slinkp for the report.
|
13 years ago |
Gabriel Hurley
|
319de16ff0
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch.
|
13 years ago |
Timo Graham
|
07ef43082d
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
|
14 years ago |
Timo Graham
|
ee5fb7d18c
Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch.
|
14 years ago |