.. |
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
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
__init__.py
|
…
|
|
models.py
|
Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
|
2015-10-03 13:00:37 -04:00 |
test_archive.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
test_autoreload.py
|
Made the autoreloader survive all exceptions.
|
2015-08-29 20:50:00 +02:00 |
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
|
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:21:14 -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
|
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:21:14 -04:00 |
test_datetime_safe.py
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
test_decorators.py
|
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
|
2015-06-12 17:44:54 -04:00 |
test_deprecation.py
|
[1.10.x] Fixed #27309 -- Added CallableBool.__hash__().
|
2016-10-04 07:44:39 -04:00 |
test_duration.py
|
Fixed #2443 -- Added DurationField.
|
2014-12-20 18:28:29 +00:00 |
test_encoding.py
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
test_feedgenerator.py
|
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:21:14 -04:00 |
test_functional.py
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
test_glob.py
|
Fixed #24978 -- Escaped special characters in loaddata fixture paths
|
2015-06-13 19:45:05 -04:00 |
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
|
[1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
|
2017-04-04 10:17:35 -04:00 |
test_inspect.py
|
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:21:14 -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
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
test_lazyobject.py
|
Fixed #26122 -- Fixed copying a LazyObject
|
2016-01-26 06:56:21 -05:00 |
test_lorem_ipsum.py
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
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
|
Removed redundant numbered parameters from str.format().
|
2014-12-03 14:27:38 -05:00 |
test_regex_helper.py
|
…
|
|
test_safestring.py
|
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
|
2016-05-10 12:46:47 -04:00 |
test_simplelazyobject.py
|
…
|
|
test_termcolors.py
|
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:21:14 -04:00 |
test_text.py
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
test_timesince.py
|
[1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
|
2017-01-02 08:40:59 -05:00 |
test_timezone.py
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
test_tree.py
|
…
|
|