mirror of
https://github.com/django/django.git
synced 2025-02-08 16:35:17 +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.