1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/utils_tests
Tim Graham e43ea36b76 Refs #27025 -- Fixed a timezone test for Python 3.6.
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
2016-09-17 15:44:06 -04:00
..
archives
eggs
files
locale/nl/LC_MESSAGES
test_module
__init__.py
models.py
test_archive.py
test_autoreload.py
test_baseconv.py
test_crypto.py
test_datastructures.py Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mutation. 2016-09-16 15:16:18 -04:00
test_dateformat.py
test_dateparse.py
test_datetime_safe.py
test_decorators.py
test_deprecation.py Fixed #27154 -- Allowed comparing CallableBool with bitwise or. 2016-08-31 08:27:37 -04:00
test_duration.py
test_encoding.py
test_feedgenerator.py
test_functional.py
test_glob.py
test_html.py
test_http.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
test_inspect.py
test_ipv6.py
test_itercompat.py
test_jslex.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
test_lazyobject.py
test_lorem_ipsum.py
test_module_loading.py
test_no_submodule.py
test_numberformat.py
test_os_utils.py
test_regex_helper.py
test_safestring.py
test_simplelazyobject.py
test_termcolors.py
test_text.py Fixed #26866 -- Added format_lazy function 2016-08-24 18:18:17 +02:00
test_timesince.py
test_timezone.py Refs #27025 -- Fixed a timezone test for Python 3.6. 2016-09-17 15:44:06 -04:00
test_tree.py