mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.
This is a private API; adding a type check is acceptable.
This commit is contained in:
parent
54899d810d
commit
62954ba04c
3 changed files with 22 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ from __future__ import absolute_import
|
|||
from .archive import TestBzip2Tar, TestGzipTar, TestTar, TestZip
|
||||
from .baseconv import TestBaseConv
|
||||
from .checksums import TestUtilsChecksums
|
||||
from .crypto import TestUtilsCryptoPBKDF2
|
||||
from .crypto import TestUtilsCryptoMisc, TestUtilsCryptoPBKDF2
|
||||
from .datastructures import (DictWrapperTests, ImmutableListTests,
|
||||
MergeDictTests, MultiValueDictTests, SortedDictTests)
|
||||
from .dateformat import DateFormatTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue