mirror of
https://github.com/django/django.git
synced 2025-08-01 17:42:56 +00:00
Renovated password hashing. Many thanks to Justine Tunney for help with the initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a976159db0
commit
dce820ff70
9 changed files with 304 additions and 88 deletions
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
Tests for django.utils.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .dateformat import DateFormatTests
|
||||
|
@ -24,4 +23,5 @@ from .baseconv import TestBaseConv
|
|||
from .jslex import JsTokensTest, JsToCForGettextTest
|
||||
from .ipv6 import TestUtilsIPv6
|
||||
from .timezone import TimezoneTests
|
||||
from .crypto import TestUtilsCryptoPBKDF2
|
||||
from .archive import TestZip, TestTar, TestGzipTar, TestBzip2Tar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue