magic-removal: updated MIDDLEWARE_CLASSES of the settings.py template to reflect the new location of the session middleware. See [1866] for details on the move.

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans 2006-01-09 18:31:39 +00:00
parent af1f95bc31
commit 78abbaff9b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ TEMPLATE_LOADERS = (
MIDDLEWARE_CLASSES = (
"django.middleware.common.CommonMiddleware",
"django.middleware.sessions.SessionMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.doc.XViewMiddleware",
)