This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
0
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-01 15:42:04 +01:00
Code
Issues
Releases
Wiki
Activity
b387189d86
django
/
tests
/
utils_tests
History
Tim Graham
a7a7ecd2b0
Refs
#27025
-- Fixed a couple timezone tests for Python 3.6.
...
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
2016-08-09 18:14:15 -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
#26747
-- Used more specific assertions in the Django test suite.
2016-06-16 14:19:18 -04:00
test_dateformat.py
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_deprecation.py
Fixed
#26988
-- Improved/clarified User.is_authenticated/anonymous compatibility.
2016-08-02 11:01:08 -04:00
test_duration.py
Fixed
#26656
-- Added duration (timedelta) support to DjangoJSONEncoder.
2016-07-14 13:34:15 -04:00
test_encoding.py
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
test_http.py
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
test_itercompat.py
test_jslex.py
test_lazyobject.py
Made miscellaneous code cleanups
2016-07-21 10:08:19 -04:00
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
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
test_timesince.py
test_timezone.py
Refs
#27025
-- Fixed a couple timezone tests for Python 3.6.
2016-08-09 18:14:15 -04:00
test_tree.py