Django

Code

Changeset 5887

Show
Ignore:
Timestamp:
08/14/07 17:30:42 (1 year ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/runtests.py

    r5876 r5887  
    1919    'django.contrib.contenttypes', 
    2020    'django.contrib.auth', 
    21     'django.contrib.sites', 
    2221    'django.contrib.flatpages', 
    2322    'django.contrib.redirects',