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