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
/
csrf.py
Age
Commit message (
Expand
)
Author
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
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-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-18
Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.
Olivier Sels
2012-12-29
Removed csrf_response_exempt and csrf_view_exempt.
Aymeric Augustin
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2011-05-09
Fixed #15354 - provide method to ensure CSRF token is always available for AJ...
Luke Plant
2011-03-30
Deprecated csrf_response_exempt and csrf_view_exempt decorators
Luke Plant
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-12-22
Fix a small docstring bug in the CSRF decorators.
Andrew Godwin
2010-10-28
Fixed #14565 - No csrf_token on 404 page.
Luke Plant
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
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant