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
2012-03-02
Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatib...
Carl Meyer
2012-02-27
Added versionadded info for ensure_csrf_cookie decorator
Luke Plant
2012-02-27
Fixed ReST typo in CSRF docs.
Luke Plant
2011-12-30
Edited csrf.txt changes from [17299]
Adrian Holovaty
2011-12-30
Fixed #16704 -- Documented how to insert the CSRF token outside of Django's o...
Aymeric Augustin
2011-11-19
Fixed #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for the report.
Timo Graham
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-13
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
Jannis Leidel
2011-08-13
Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin.
Timo Graham
2011-07-14
Added a note about the AJAX CSRF example not working on jQuery 1.5
Brian Rosner
2011-06-10
Refs #15855 -- Recommended the csrf_protect decorator rather than vary_on_coo...
Carl Meyer
2011-06-10
Fixed #14201 - Add a "security overview" page to the docs
Luke Plant
2011-05-21
Tweaked some `render_to_response` links in the documentation.
Ramiro Morales
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-09
Updated AJAX example code in CSRF docs to be consistent regarding what are sa...
Luke Plant
2011-05-09
Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests
Luke Plant
2011-05-09
Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...
Luke Plant
2011-05-09
Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' ...
Luke Plant
2011-05-09
Clarified wording about use of 2 decorators in CSRF docs
Luke Plant
2011-05-09
Added clarifying note to docs for CSRF_COOKIE_DOMAIN
Luke Plant
2011-05-09
Fixed #15354 - provide method to ensure CSRF token is always available for AJ...
Luke Plant
2011-05-09
Fixed #15469 - CSRF token is inserted on GET requests
Luke Plant
2011-05-09
Mentioned simplification of AJAX example code in CSRF docs.
Luke Plant
2011-05-09
Documented the edge case of needing a view that is partly CSRF protected
Luke Plant
2011-05-09
In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some...
Luke Plant
2011-05-09
Fixed #15518 - documented requires_csrf_token
Luke Plant
2011-05-09
Changed an example in CSRF docs to use new 'render' shortcut
Luke Plant
2011-05-09
Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7 or abso...
Luke Plant
2011-04-20
Corrected factual error regarding logging in the CSRF docs
Luke Plant
2011-03-30
Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs
Luke Plant
2011-02-22
Removed example CSRF jQuery code from release notes, replacing with link to i...
Luke Plant
2011-02-12
Fixed #15284 - improved example jQuery code for adding X-CSRF-Token
Luke Plant
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
[next]