Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/csrf.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24389 -- Isolated the CSRF view from the TEMPLATES...Aymeric Augustin2015-02-221-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Updated link to CSRF docsClaude Paroz2014-12-251-2/+2
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-251-2/+4
* Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma2013-11-031-1/+15
* Fixed #21324 -- Translate CSRF failure viewBouke Haarsma2013-11-021-16/+29
* Removed usage of mimetype kwarg of HttpResponseClaude Paroz2012-06-301-1/+1
* Improved CSRF error message.Paul McMillan2012-02-221-0/+2
* Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.Luke Plant2011-05-121-2/+2
* Switched to HTML5 doctype in all Django supplied templates.Luke Plant2011-04-201-1/+1
* Fixed #11509 -- Modified usage of "Web" to match our styl...Russell Keith-Magee2010-10-091-1/+1
* Added explanatory note on CSRF failure page for the case ...Luke Plant2010-09-031-2/+15
* Fixed #13590 - Made CSRF failure page styling consistent ...Luke Plant2010-05-221-5/+25
* Fixed #12130 - documented need for csrf_protect on views ...Luke Plant2009-11-031-0/+5
* Improved HTML in CSRF debug template - <code> instead of ...Luke Plant2009-10-291-4/+4
* Small improvement to CSRF failure template.Luke Plant2009-10-271-0/+2
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-0/+62