Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/decorators/csrf.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+3
* Removed several unused imports.Aymeric Augustin2013-06-191-2/+0
* Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-181-1/+1
* Removed csrf_response_exempt and csrf_view_exempt.Aymeric Augustin2012-12-291-18/+0
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-2/+2
* Fixed #15354 - provide method to ensure CSRF token is alw...Luke Plant2011-05-091-1/+21
* Deprecated csrf_response_exempt and csrf_view_exempt deco...Luke Plant2011-03-301-15/+14
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-5/+1
* Fix a small docstring bug in the CSRF decorators.Andrew Godwin2010-12-221-1/+1
* Fixed #14565 - No csrf_token on 404 page.Luke Plant2010-10-281-0/+16
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-1/+1
* Fixed #13093 -- Updated some decorators and the decorator...Russell Keith-Magee2010-03-121-3/+4
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-0/+47