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:
parent
af1f95bc31
commit
78abbaff9b
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue