django/tests/regressiontests/csrf_tests
Luke Plant ac8b7ff021 Fixed #13716 - the CSRF get_token function stopped working for views with csrf_view_exempt
This was a regression caused by the the CSRF changes in 1.2.

Thanks to edevil for the report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@13336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-08 14:35:48 +00:00
..
__init__.py Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
models.py Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
tests.py Fixed #13716 - the CSRF get_token function stopped working for views with csrf_view_exempt 2010-06-08 14:35:48 +00:00