summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/csrf.txt
Commit message (Expand)AuthorAgeFilesLines
* Moved CSRF docs out of contrib.Thomas Chaumeny2014-11-031-450/+0
* Fixed #23527 -- Removed Cheetah references in docsOla Sitarska2014-09-211-2/+2
* Removed a CSRF example for jQuery < 1.5.Tim Graham2014-06-181-48/+3
* Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham2014-06-181-2/+1
* Removed extras/csrf_migration_helper.pyTim Graham2014-06-091-4/+0
* Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu2014-03-061-0/+1
* Fix typo CRSF -> CSRFIan Foote2014-01-291-1/+1
* Update link to jQuery Cookie plugin siteAlasdair Nicol2013-05-241-1/+1
* Add missing imports and models to the examples in security documentationSilvan Spross2013-05-191-0/+1
* Added missing markup to docs.Tim Graham2013-03-221-1/+1
* Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin2013-02-071-0/+1
* Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham2013-01-121-56/+6
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-6/+0
* Fixed #17058 - Clarified where extras/csrf_migration_helper.py is locatedTim Graham2012-09-291-3/+3
* Fixed #16936 - Updated javascript for CSRF protection.Tim Graham2012-09-011-43/+104
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-6/+0
* Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin2012-06-071-1/+1
* Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatib...Carl Meyer2012-03-021-1/+1
* Added versionadded info for ensure_csrf_cookie decoratorLuke Plant2012-02-271-0/+2
* Fixed ReST typo in CSRF docs.Luke Plant2012-02-271-1/+1
* Edited csrf.txt changes from [17299]Adrian Holovaty2011-12-301-4/+5
* Fixed #16704 -- Documented how to insert the CSRF token outside of Django's o...Aymeric Augustin2011-12-301-0/+18
* Fixed #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for the report.Timo Graham2011-11-191-3/+4
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-33/+33
* Converted links to external topics so they use intersphinx extension markup.Ramiro Morales2011-09-041-6/+6
* Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel2011-08-131-1/+1
* Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin.Timo Graham2011-08-131-1/+1
* Added a note about the AJAX CSRF example not working on jQuery 1.5Brian Rosner2011-07-141-0/+5
* Refs #15855 -- Recommended the csrf_protect decorator rather than vary_on_coo...Carl Meyer2011-06-101-5/+6
* Fixed #14201 - Add a "security overview" page to the docsLuke Plant2011-06-101-0/+4
* Tweaked some `render_to_response` links in the documentation.Ramiro Morales2011-05-211-2/+3
* Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers2011-05-131-1/+1
* Updated AJAX example code in CSRF docs to be consistent regarding what are sa...Luke Plant2011-05-091-1/+1
* Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant2011-05-091-12/+13
* Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant2011-05-091-0/+25
* Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' ...Luke Plant2011-05-091-19/+47
* Clarified wording about use of 2 decorators in CSRF docsLuke Plant2011-05-091-1/+2
* Added clarifying note to docs for CSRF_COOKIE_DOMAINLuke Plant2011-05-091-0/+2
* Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant2011-05-091-0/+17
* Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant2011-05-091-1/+5
* Mentioned simplification of AJAX example code in CSRF docs.Luke Plant2011-05-091-0/+5
* Documented the edge case of needing a view that is partly CSRF protectedLuke Plant2011-05-091-17/+43
* In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some...Luke Plant2011-05-091-15/+23
* Fixed #15518 - documented requires_csrf_tokenLuke Plant2011-05-091-0/+54
* Changed an example in CSRF docs to use new 'render' shortcutLuke Plant2011-05-091-3/+2
* Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7 or abso...Luke Plant2011-05-091-3/+14
* Corrected factual error regarding logging in the CSRF docsLuke Plant2011-04-201-4/+4
* Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant2011-03-301-178/+11
* Removed example CSRF jQuery code from release notes, replacing with link to i...Luke Plant2011-02-221-0/+2
* Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant2011-02-121-19/+17