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