mirror of
https://github.com/django/django.git
synced 2025-02-07 16:05:34 +00:00
This also improves test names for test_process_request_no_csrf_cookie and test_process_request_csrf_cookie_no_token. The logic being tested is actually in process_view() rather than process_request(), and it's not necessary to include the method name.