mirror of
https://github.com/django/django.git
synced 2025-02-01 05:10:04 +00:00
ffdee8d264
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.