diff options
| author | Paul McMillan <Paul@McMillan.ws> | 2011-12-23 03:46:06 +0000 |
|---|---|---|
| committer | Paul McMillan <Paul@McMillan.ws> | 2011-12-23 03:46:06 +0000 |
| commit | dce820ff70f00e974afd3e6e310aa825bc55319f (patch) | |
| tree | 967230e97ba3e9d38063fe0d33baffc43176f089 /tests | |
| parent | a976159db0d40d8e1bd1a7bc70f7508839e8a95d (diff) | |
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
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/utils/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/utils/tests.py b/tests/regressiontests/utils/tests.py index b80b110585..f48a4adfee 100644 --- a/tests/regressiontests/utils/tests.py +++ b/tests/regressiontests/utils/tests.py @@ -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 |
