django/tests/utils_tests
Warren Smith dd3a883894 Fixed #20693 -- Add timezone support to built-in time filter.
Modified django.utils.dateformat module, moving __init__() method and
timezone-related format methods from DateFormat class to TimeFormat
base class. Modified timezone-related format methods to return an
empty string when timezone is inappropriate for input value.
2013-08-26 16:15:53 -05:00
..
archives
eggs
files
test_module
__init__.py
models.py
test_archive.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_baseconv.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_checksums.py
test_crypto.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_datastructures.py Removed insert(), value_for_insert() SortedDict methods deprecated in Django 1.5. 2013-06-28 22:38:13 -03: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 Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_datetime_safe.py
test_decorators.py
test_encoding.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_feedgenerator.py Fixed a few more imports of django.utils.unittest. 2013-07-01 22:49:07 +02:00
test_functional.py Merge branch 'master' into schema-alteration 2013-07-02 10:49:53 +01:00
test_html.py Simplified smart_urlquote and added some basic tests. 2013-07-28 10:05:39 +02:00
test_http.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_ipv6.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
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 Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_regex_helper.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_safestring.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
test_simplelazyobject.py Regression test and patch for ticket #20924. 2013-08-15 20:59:58 +02:00
test_termcolors.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_text.py
test_timesince.py Fixed #20246 -- Added non-breaking spaces between values an units 2013-05-18 23:01:48 +02:00
test_timezone.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_tzinfo.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00