Django

Code

Changeset 519

Show
Ignore:
Timestamp:
08/16/05 18:02:06 (3 years ago)
Author:
adrian
Message:

Added SessionMiddleware? to MIDDLEWARE_CLASSES in global_settings, so it's available by default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/global_settings.py

    r518 r519  
    107107# response phase the middleware will be applied in reverse order. 
    108108MIDDLEWARE_CLASSES = ( 
     109    "django.middleware.sessions.SessionMiddleware", 
    109110    "django.middleware.common.CommonMiddleware", 
    110111    "django.middleware.doc.XViewMiddleware",