Author: adrian
Date: 2007-08-14 17:30:42 -0500 (Tue, 14 Aug 2007)
New Revision: 5887
Modified:
django/trunk/tests/runtests.py
Log:
Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It was
causing a test error for people who don't have SITE_ID set, and none of the
tests required it, anyway
Modified: django/trunk/tests/runtests.py
===================================================================
--- django/trunk/tests/runtests.py 2007-08-14 22:26:34 UTC (rev 5886)
+++ django/trunk/tests/runtests.py 2007-08-14 22:30:42 UTC (rev 5887)
@@ -18,7 +18,6 @@
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
-~----------~----~----~----~------~----~------~--~---