Django

Code

Changeset 5892

Show
Ignore:
Timestamp:
08/15/07 06:25:22 (1 year ago)
Author:
mtredinnick
Message:

Reverted [5887], at least for now. Both flatpages and redirects depend on the
sites app.

Files:

Legend:

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

    r5887 r5892  
    1919    'django.contrib.contenttypes', 
    2020    'django.contrib.auth', 
     21    'django.contrib.sites', 
    2122    'django.contrib.flatpages', 
    2223    'django.contrib.redirects',