.. |
archives
|
|
|
eggs
|
|
|
files
|
Fixed many spelling mistakes in code, comments, and docs.
|
2015-12-03 12:48:24 -05:00 |
locale/nl/LC_MESSAGES
|
|
|
test_module
|
|
|
__init__.py
|
|
|
models.py
|
Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
|
2015-10-03 13:00:37 -04:00 |
test_archive.py
|
|
|
test_autoreload.py
|
|
|
test_baseconv.py
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
test_crypto.py
|
|
|
test_datastructures.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_dateformat.py
|
Fixed #26281 -- Added a helpful error message for an invalid format specifier to dateformat.format().
|
2016-04-20 20:13:52 -04:00 |
test_dateparse.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_datetime_safe.py
|
|
|
test_decorators.py
|
|
|
test_duration.py
|
|
|
test_encoding.py
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
test_feedgenerator.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_functional.py
|
Removed usage of a few deprecated unittest assertions.
|
2016-06-14 09:03:12 -04:00 |
test_glob.py
|
|
|
test_html.py
|
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
|
2015-12-12 14:46:48 -05:00 |
test_http.py
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
test_inspect.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_ipv6.py
|
Fixed typos in tests/utils_tests/test_ipv6.py test names.
|
2016-03-23 08:22:17 -04:00 |
test_itercompat.py
|
|
|
test_jslex.py
|
|
|
test_lazyobject.py
|
Fixed #26122 -- Fixed copying a LazyObject
|
2016-01-26 06:56:21 -05:00 |
test_lorem_ipsum.py
|
|
|
test_module_loading.py
|
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
|
2016-01-29 13:37:33 -05:00 |
test_no_submodule.py
|
|
|
test_numberformat.py
|
Cosmetic cleanups in tests/utils_tests/test_numberformat.py
|
2016-01-29 10:36:58 -05:00 |
test_os_utils.py
|
|
|
test_regex_helper.py
|
|
|
test_safestring.py
|
Fixed #10107 -- Allowed using mark_safe() as a decorator.
|
2016-06-07 12:24:03 -04:00 |
test_simplelazyobject.py
|
|
|
test_termcolors.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_text.py
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
test_timesince.py
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
test_timezone.py
|
|
|
test_tree.py
|
|
|