summaryrefslogtreecommitdiff
path: root/django/views/csrf.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+1
* Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne2020-07-081-3/+3
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-16/+16
* Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...Stefan Sinca2017-09-211-1/+1
* Refs #16870 -- Doc'd that CSRF protection requires the Referer header.Flávio Juvenal2017-06-221-0/+8
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Fixed #27258 -- Prohibited django.Template.render() with non-dict context.Shivang Bharadwaj2016-12-281-2/+3
* Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.Vaclav Ehrlich2016-04-051-0/+3
* Removed blank line to appease isort.Tim Graham2015-11-171-1/+0
* Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel2015-11-171-3/+12
* Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.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 from codeClaude 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-211-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 style guide in various d...Russell Keith-Magee2010-10-091-1/+1
* Added explanatory note on CSRF failure page for the case of a missing Referer...Luke Plant2010-09-031-2/+15
* Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant2010-05-221-5/+25
* Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant2009-11-031-0/+5
* Improved HTML in CSRF debug template - <code> instead of <tt>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