mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
f283ffaa84
Ensured process_view() always accesses the CSRF token from the session or cookie, rather than the request, as rotate_token() may have been called by an authentication middleware during the process_request() phase.