django1/django/contrib/csrf
Luke Plant 5c0e4f3908 Fixed CsrfMiddleware post processing so that it in the presence of multiple
POST <form>s, only one <input> tag is added with an id, for HTML validity.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@2900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-11 22:32:47 +00:00
..
__init__.py Added CsrfMiddleware to contrib, and documentation. 2006-05-08 23:03:08 +00:00
middleware.py Fixed CsrfMiddleware post processing so that it in the presence of multiple 2006-05-11 22:32:47 +00:00