mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Refs #32800 -- Renamed _compare_masked_tokens() to _does_token_match().
This commit is contained in:
parent
4b6208ffdd
commit
7132341255
4 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from django.http import HttpRequest
|
||||
from django.middleware.csrf import _compare_masked_tokens as equivalent_tokens
|
||||
from django.middleware.csrf import _does_token_match as equivalent_tokens
|
||||
from django.template.context_processors import csrf
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue