summaryrefslogtreecommitdiff
path: root/django/contrib/csrf
AgeCommit message (Expand)Author
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-09-03Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' ...Adrian Holovaty
2006-12-18Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, ...Adrian Holovaty
2006-05-11Fixed CsrfMiddleware post processing so that it in the presence of multipleLuke Plant
2006-05-11Fixed #1827 - added 'id' attribute to generated CSRF hidden field. Good call...Luke Plant
2006-05-08Added CsrfMiddleware to contrib, and documentation.Luke Plant