index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
csrf.txt
Age
Commit message (
Expand
)
Author
2011-02-09
Fixed a security issue in the CSRF component. Disclosure and new release for...
Alex Gaynor
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-08-27
Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-02-27
Fixed #12964 - wrong path for CSRF decorators in upgrading notes.
Luke Plant
2010-02-10
Fixed #12839 - noted change of import path for csrf_exempt decorator
Luke Plant
2010-01-04
Fixed #12053 - form examples don't validate according to w3c
Luke Plant
2009-12-03
Added notes to "Features deprecated in 1.2" about CSRF and SMTPConnection
Luke Plant
2009-11-23
Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 re...
Russell Keith-Magee
2009-11-03
Fixed #12130 - documented need for csrf_protect on views that don't accept POST
Luke Plant
2009-10-30
Allow CsrfResponseMiddleware to be used if templates cannot be updated.
Luke Plant
2009-10-27
Fixed typo in docs
Luke Plant
2009-10-27
Documented the presence of {% csrf_token %} in Django 1.1.2 in trunk docs.
Luke Plant
2009-10-27
Fixed some typos
Luke Plant
2009-10-27
Added explicit notes about the need to update any customised templates for co...
Luke Plant
2009-10-27
Use decorator syntax for csrf_exempt example.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-24
Fixed #9163 - CsrfMiddleware needs to reset ETag header
Luke Plant
2009-03-23
Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...
Luke Plant
2009-03-19
Added CSRF middleware to default settings and updated docs.
Luke Plant
2009-02-07
Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.
Luke Plant
2008-12-08
Edited ref/contrib/csrf.txt changes from [9554]
Adrian Holovaty
2008-12-03
Updated csrf docs with 'versionadded' info
Luke Plant
2008-12-03
New CsrfMiddleware features: automatic exceptions for known AJAX and decorato...
Luke Plant
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
[prev]