django/tests/test_utils
Chris Lamb 5a85f2ca5f [1.11.x] Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple.
Regression in 17e661641d

Backport of 339d526d55 from master
2017-02-24 14:06:42 -05:00
..
fixtures
templates/template_used
__init__.py
models.py Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
test_testcase.py Fixed #11665 -- Made TestCase check deferrable constraints after each test. 2016-02-13 06:53:39 -05:00
test_transactiontestcase.py Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollback. 2015-08-24 08:59:20 -04:00
tests.py [1.11.x] Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple. 2017-02-24 14:06:42 -05:00
urls.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
views.py Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00