diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-15 11:25:22 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-15 11:25:22 +0000 |
| commit | ba29b7a97b5ebb6e7e5d78829d9f5b315fb03208 (patch) | |
| tree | fd71b0ad2f9332ce45c3d9e6a48cf5a56457932e | |
| parent | 4f62b0a19381f80944f5358ccfb4f54a13c5bb69 (diff) | |
Reverted [5887], at least for now. Both flatpages and redirects depend on the
sites app.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rwxr-xr-x | tests/runtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index 89410f721c..56679ecb7c 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -18,6 +18,7 @@ REGRESSION_TEST_DIR = os.path.join(os.path.dirname(__file__), REGRESSION_TESTS_D ALWAYS_INSTALLED_APPS = [ 'django.contrib.contenttypes', 'django.contrib.auth', + 'django.contrib.sites', 'django.contrib.flatpages', 'django.contrib.redirects', 'django.contrib.sessions', |
