This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-26 18:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
utils_tests
History
Aymeric Augustin
c687bf0620
Further hardening. Refs
#18766
.
2013-09-08 20:43:04 +02:00
..
archives
…
eggs
…
files
…
test_module
…
__init__.py
…
models.py
…
test_archive.py
…
test_baseconv.py
…
test_checksums.py
…
test_crypto.py
…
test_datastructures.py
Silenced deprecation warnings in SortedDict tests; refs [07876cf02b]
2013-09-03 09:48:46 -04:00
test_dateformat.py
Fixed
#20693
-- Add timezone support to built-in time filter.
2013-08-26 16:15:53 -05:00
test_dateparse.py
…
test_datetime_safe.py
…
test_decorators.py
…
test_encoding.py
Fixed
#20812
-- Error out if __unicode__/__str__ doesn't return a text type.
2013-09-06 19:24:18 +02:00
test_feedgenerator.py
…
test_functional.py
…
test_html.py
…
test_http.py
Replaced "not PY3" by "PY2", new in six 1.4.0.
2013-09-02 12:11:02 +02:00
test_ipv6.py
…
test_itercompat.py
…
test_jslex.py
…
test_module_loading.py
Deprecated django.utils.importlib
2013-07-29 17:10:22 +02:00
test_no_submodule.py
…
test_numberformat.py
…
test_os_utils.py
…
test_regex_helper.py
…
test_safestring.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
test_simplelazyobject.py
Replaced "not PY3" by "PY2", new in six 1.4.0.
2013-09-02 12:11:02 +02:00
test_termcolors.py
…
test_text.py
…
test_timesince.py
…
test_timezone.py
Further hardening. Refs
#18766
.
2013-09-08 20:43:04 +02:00
test_tzinfo.py
…