django/tests/utils_tests
Aymeric Augustin 1014ba026e Fixed debug view crash during autumn DST change.
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)

Refs #23714 which essentially fixed the same problem when USE_TZ = True.

Thanks Florian and Carl for insisting until I wrote a complete patch.
2015-11-07 23:17:33 +01:00
..
archives Fixed #22681 -- Made TarArchive recognize leading directories properly. 2014-06-03 12:00:33 -04:00
eggs
files Whitespace cleanup. 2013-10-10 16:49:20 -04:00
locale/nl/LC_MESSAGES Fixed #9523 -- Restart runserver after translation MO files change 2013-11-02 10:29:07 +01:00
test_module Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py
models.py Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model. 2015-10-03 13:00:37 -04:00
test_archive.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_autoreload.py Made the autoreloader survive all exceptions. 2015-08-29 20:50:00 +02:00
test_baseconv.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_crypto.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
test_datastructures.py Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__() 2015-07-09 21:20:52 -04:00
test_dateformat.py Fixed debug view crash during autumn DST change. 2015-11-07 23:17:33 +01:00
test_dateparse.py Fixed #24897 -- Allowed using choices longer than 1 day with DurationField 2015-06-02 12:39:34 -04:00
test_datetime_safe.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_decorators.py Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class 2015-06-12 17:44:54 -04:00
test_duration.py Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
test_encoding.py Fixed #24836 -- Made force_text() resolve lazy objects. 2015-05-27 09:48:53 -04:00
test_feedgenerator.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_functional.py Fixed #25000 -- Fixed cast to string for lazy objects. 2015-06-23 09:16:17 -04:00
test_glob.py Fixed #24978 -- Escaped special characters in loaddata fixture paths 2015-06-13 19:45:05 -04:00
test_html.py Refs #23269 -- Removed the removetags template tag and related functions per deprecation timeline. 2015-09-23 19:31:09 -04:00
test_http.py Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
test_inspect.py Fixed #24917 -- Made admindocs display model methods that take arguments. 2015-09-07 15:07:39 -04:00
test_ipv6.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_itercompat.py
test_jslex.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_lazyobject.py Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model. 2015-10-03 13:00:37 -04:00
test_lorem_ipsum.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_module_loading.py Fixed ImportError message in utils.module_loading.import_string() 2015-06-06 11:45:22 -04:00
test_no_submodule.py
test_numberformat.py Fixed #24382 -- Allowed unicode chars inside formatted numbers 2015-03-09 18:55:28 +01:00
test_os_utils.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05: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 Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
test_simplelazyobject.py Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject. 2014-03-13 10:03:01 +01:00
test_termcolors.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_text.py Fixed #16501 -- Added an allow_unicode parameter to SlugField. 2015-07-17 13:48:58 -04:00
test_timesince.py Fixed #19210 -- Added leap year support to django.utils.timesince() 2015-06-04 21:36:12 -04:00
test_timezone.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_tree.py Fixed #22531 -- Added tree.Node.__repr__ and tests for the class. 2014-05-16 09:30:25 -04:00