Author: mtredinnick
Date: 2007-08-15 06:25:22 -0500 (Wed, 15 Aug 2007)
New Revision: 5892
Modified:
django/trunk/tests/runtests.py
Log:
Reverted [5887], at least for now. Both flatpages and redirects depend on the
sites app.
Modified: django/trunk/tests/runtests.py
===================================================================
--- django/trunk/tests/runtests.py 2007-08-15 05:30:23 UTC (rev 5891)
+++ django/trunk/tests/runtests.py 2007-08-15 11:25:22 UTC (rev 5892)
@@ -18,6 +18,7 @@
ALWAYS_INSTALLED_APPS = [
'django.contrib.contenttypes',
'django.contrib.auth',
+ 'django.contrib.sites',
'django.contrib.flatpages',
'django.contrib.redirects',
'django.contrib.sessions',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---