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-12-23 09:36:06 +00:00
Code
Issues
25
Releases
Wiki
Activity
7e63e84572
django
/
tests
/
utils_tests
History
Jinank Jain
f4c0eec713
Fixed
#27699
-- Added negative timedelta support to parse_duration()
2017-01-14 11:17:54 +01:00
..
archives
Fixed
#27628
-- Fixed unarchiving a file without permission data.
2016-12-28 19:14:58 -05:00
eggs
files
locale/nl
/LC_MESSAGES
test_module
__init__.py
models.py
test_archive.py
Fixed
#27628
-- Fixed unarchiving a file without permission data.
2016-12-28 19:14:58 -05:00
test_autoreload.py
Added tests for django.utils.autoreload.
2016-12-22 09:01:28 -05:00
test_baseconv.py
Refs
#27546
-- Tested some __repr__() methods.
2016-12-01 08:09:38 -05:00
test_crypto.py
test_datastructures.py
Fixed
#27583
-- Fixed MultiValueDict.getlist() crash when values for key is None.
2016-12-09 15:31:52 -05:00
test_dateformat.py
test_dateparse.py
Fixed
#27699
-- Added negative timedelta support to parse_duration()
2017-01-14 11:17:54 +01:00
test_datetime_safe.py
test_decorators.py
test_deprecation.py
test_duration.py
test_encoding.py
test_feedgenerator.py
test_functional.py
Fixed
#27555
-- Removed django.utils.functional.lazy_property.
2016-11-29 19:01:12 -05:00
test_glob.py
test_html.py
test_http.py
test_inspect.py
test_ipv6.py
test_itercompat.py
test_jslex.py
test_lazyobject.py
Fixed
#27463
-- Fixed E741 flake8 warnings.
2016-11-14 17:40:28 -05:00
test_lorem_ipsum.py
test_module_loading.py
Fixed
#27579
-- Added aliases for Python 3's assertion names in SimpleTestCase.
2016-12-07 17:42:31 -05:00
test_no_submodule.py
test_numberformat.py
test_os_utils.py
test_regex_helper.py
Fixed
#27648
-- Deprecated (iLmsu) regex groups in url() patterns.
2016-12-27 15:59:13 -05:00
test_safestring.py
test_simplelazyobject.py
test_termcolors.py
test_text.py
test_timesince.py
Refs
#27637
-- Fixed timesince, timeuntil on New Year's Eve in a leap year.
2017-01-02 08:40:44 -05:00
test_timezone.py
test_tree.py