django1/django/test
Chris Lamb 339d526d55 Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple.
Regression in 17e661641d
2017-02-24 13:58:56 -05:00
..
__init__.py Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 2017-01-20 08:17:20 -05:00
client.py Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
html.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
runner.py Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
selenium.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
signals.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
testcases.py Added TransactionTestCase.multi_db instead of using getattr(). 2017-02-13 08:46:00 -05:00
utils.py Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple. 2017-02-24 13:58:56 -05:00