This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-11-18 07:26:04 +00:00
Code
Issues
24
Releases
Wiki
Activity
fd78fb82d6
django
/
tests
/
utils_tests
History
Joachim Jablon
fd78fb82d6
Fixed
#27138
-- Restored pre-Python 3.6 behavior of localtime() and make_naive() on Python 3.6.
...
Reverted test changes in
a7a7ecd2b0
and
e43ea36b76
(refs
#27025
).
2016-11-07 19:07:18 -05: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
Fixed
#27327
-- Simplified time zone handling by requiring pytz.
2016-10-27 08:53:20 -04:00
test_dateparse.py
test_datetime_safe.py
test_decorators.py
test_deprecation.py
Fixed
#27309
-- Added CallableBool.__hash__().
2016-10-04 07:44:19 -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
Fixed
#27138
-- Restored pre-Python 3.6 behavior of localtime() and make_naive() on Python 3.6.
2016-11-07 19:07:18 -05:00
test_tree.py