index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
csrf
/
middleware.py
Age
Commit message (
Expand
)
Author
2011-04-02
Removed deprecated contrib.csrf app.
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-24
Fixed #9163 - CsrfMiddleware needs to reset ETag header
Luke Plant
2009-04-21
Fixed #10884 - more lenient regexp for matching forms in CSRF post-processing
Luke Plant
2009-02-07
Fixed tabs in source, stupid emacs.
Luke Plant
2009-02-07
Fixed some function name errors in code doc.
Luke Plant
2009-02-07
Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.
Luke Plant
2008-12-03
Added some explanatory comments in CsrfMiddleware
Luke Plant
2008-12-03
New CsrfMiddleware features: automatic exceptions for known AJAX and decorato...
Luke Plant
2008-12-03
Split CsrfMiddleware into two to make it more reusable.
Luke Plant
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-09-03
Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' ...
Adrian Holovaty
2006-12-18
Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, ...
Adrian Holovaty
2006-05-11
Fixed CsrfMiddleware post processing so that it in the presence of multiple
Luke Plant
2006-05-11
Fixed #1827 - added 'id' attribute to generated CSRF hidden field. Good call...
Luke Plant
2006-05-08
Added CsrfMiddleware to contrib, and documentation.
Luke Plant