django/tests/servers
Ramiro Morales e909ceae9b Made django.test.testcases not depend on staticfiles contrib app.
Do this by introducing a django.contrib.staticfiles.testing.StaticLiveServerCase
unittest TestCase subclass.

Fixes #20739.
2013-08-31 11:02:32 -03:00
..
another_app Expand testing of Test LiveServerTestCase static files serving. 2013-08-10 16:32:07 -03:00
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
media Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
static Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Made django.test.testcases not depend on staticfiles contrib app. 2013-08-31 11:02:32 -03:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
views.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00