summaryrefslogtreecommitdiff
path: root/django/views/decorators/csrf.py
AgeCommit message (Expand)Author
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2023-07-10Refs #31949 -- Made @csrf_exempt decorator to work with async functions.Ben Lomax
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-05-25Normalized decorator style for functools.wraps.Aymeric Augustin
2022-05-25Renamed wrapped functions to wrapper.Aymeric Augustin
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-03-03Refs #27656 -- Updated django.views docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-21Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-18Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels
2012-12-29Removed csrf_response_exempt and csrf_view_exempt.Aymeric Augustin
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2010-12-22Fix a small docstring bug in the CSRF decorators.Andrew Godwin
2010-10-28Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-03-12Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee
2009-10-27Moved contrib.csrf.* to core code.Luke Plant