django1/django/contrib/csrf
Luke Plant c0f9e85fbe Split CsrfMiddleware into two to make it more reusable.
Also converted it to be a view middleware instead of request,
as this allows more options.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-03 00:31:31 +00:00
..
__init__.py Added CsrfMiddleware to contrib, and documentation. 2006-05-08 23:03:08 +00:00
middleware.py Split CsrfMiddleware into two to make it more reusable. 2008-12-03 00:31:31 +00:00
models.py Added tests for CsrfMiddleware. 2008-12-02 22:40:00 +00:00
tests.py Split CsrfMiddleware into two to make it more reusable. 2008-12-03 00:31:31 +00:00