summaryrefslogtreecommitdiff
path: root/django/contrib/csrf/tests.py
AgeCommit message (Expand)Author
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-02-07Fixed tabs in source, stupid emacs.Luke Plant
2009-02-07Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.Luke 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-12-02More tests for the other half of CsrfMiddlewareLuke Plant
2008-12-02Added tests for CsrfMiddleware.Luke Plant