summaryrefslogtreecommitdiff
path: root/django/contrib/csrf/middleware.py
AgeCommit message (Expand)Author
2011-04-02Removed deprecated contrib.csrf app.Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
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-04-21Fixed #10884 - more lenient regexp for matching forms in CSRF post-processingLuke Plant
2009-02-07Fixed tabs in source, stupid emacs.Luke Plant
2009-02-07Fixed some function name errors in code doc.Luke Plant
2009-02-07Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.Luke Plant
2008-12-03Added some explanatory comments in CsrfMiddlewareLuke Plant
2008-12-03New CsrfMiddleware features: automatic exceptions for known AJAX and decorato...Luke Plant
2008-12-03Split CsrfMiddleware into two to make it more reusable.Luke Plant
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