1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/utils_tests
Claude Paroz 164528acc8 Fixed #20108 -- Fixed filepath_to_uri decoding error
This was a regression due to unicode_literals usage. Thanks Ivan
Virabyan for the report and the initial patch.
2013-03-22 17:55:12 +01:00
..
archives
eggs
test_module
__init__.py
archive.py
baseconv.py
checksums.py
crypto.py
datastructures.py
dateformat.py
dateparse.py
datetime_safe.py
decorators.py
encoding.py Fixed #20108 -- Fixed filepath_to_uri decoding error 2013-03-22 17:55:12 +01:00
feedgenerator.py
functional.py
html.py
http.py
ipv6.py
itercompat.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
jslex.py
models.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
module_loading.py Fixed minor warnings in tests. 2013-03-06 01:13:36 +07:00
numberformat.py
os_utils.py
regex_helper.py
simplelazyobject.py Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__. 2013-03-18 11:22:43 +01:00
termcolors.py
test_no_submodule.py
tests.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
text.py
timesince.py
timezone.py
tzinfo.py