summaryrefslogtreecommitdiff
path: root/django/views/csrf.py
AgeCommit message (Expand)Author
2022-03-09Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-07-08Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2017-09-21Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...Stefan Sinca
2017-06-22Refs #16870 -- Doc'd that CSRF protection requires the Referer header.Flávio Juvenal
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2016-12-28Fixed #27258 -- Prohibited django.Template.render() with non-dict context.Shivang Bharadwaj
2016-04-05Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.Vaclav Ehrlich
2015-11-17Removed blank line to appease isort.Tim Graham
2015-11-17Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel
2015-02-22Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-25Updated link to CSRF docsClaude Paroz
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2013-11-03Fixed #21322 -- Error message when CSRF cookie is missingBouke Haarsma
2013-11-02Fixed #21324 -- Translate CSRF failure viewBouke Haarsma
2012-06-30Removed usage of mimetype kwarg of HttpResponseClaude Paroz
2012-02-21Improved CSRF error message.Paul McMillan
2011-05-12Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.Luke Plant
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-09-03Added explanatory note on CSRF failure page for the case of a missing Referer...Luke Plant
2010-05-22Fixed #13590 - Made CSRF failure page styling consistent with Django's defaul...Luke Plant
2009-11-03Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant
2009-10-29Improved HTML in CSRF debug template - <code> instead of <tt>Luke Plant
2009-10-27Small improvement to CSRF failure template.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant