summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/csrf.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a security issue in the CSRF component. Disclosure and new release for...Alex Gaynor2011-02-091-22/+41
* Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham2010-12-261-1/+0
* Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...Russell Keith-Magee2010-08-271-0/+7
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-2/+0
* Fixed #12964 - wrong path for CSRF decorators in upgrading notes.Luke Plant2010-02-271-3/+3
* Fixed #12839 - noted change of import path for csrf_exempt decoratorLuke Plant2010-02-101-0/+2
* Fixed #12053 - form examples don't validate according to w3cLuke Plant2010-01-041-1/+1
* Added notes to "Features deprecated in 1.2" about CSRF and SMTPConnectionLuke Plant2009-12-031-0/+2
* Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 re...Russell Keith-Magee2009-11-231-5/+5
* Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant2009-11-031-3/+31
* Allow CsrfResponseMiddleware to be used if templates cannot be updated.Luke Plant2009-10-301-1/+3
* Fixed typo in docsLuke Plant2009-10-271-1/+1
* Documented the presence of {% csrf_token %} in Django 1.1.2 in trunk docs.Luke Plant2009-10-271-2/+5
* Fixed some typosLuke Plant2009-10-271-2/+2
* Added explicit notes about the need to update any customised templates for co...Luke Plant2009-10-271-2/+6
* Use decorator syntax for csrf_exempt example.Luke Plant2009-10-271-1/+1
* Moved contrib.csrf.* to core code.Luke Plant2009-10-271-11/+33
* Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant2009-10-261-71/+312
* Fixed #9163 - CsrfMiddleware needs to reset ETag headerLuke Plant2009-10-241-6/+6
* Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant2009-03-231-34/+33
* Added CSRF middleware to default settings and updated docs.Luke Plant2009-03-191-33/+34
* Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.Luke Plant2009-02-071-12/+23
* Edited ref/contrib/csrf.txt changes from [9554]Adrian Holovaty2008-12-081-10/+18
* Updated csrf docs with 'versionadded' infoLuke Plant2008-12-031-0/+6
* New CsrfMiddleware features: automatic exceptions for known AJAX and decorato...Luke Plant2008-12-031-2/+25
* Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss2008-08-231-0/+76