Re: Middleware sessions

2007-02-02 Thread Joseph Heck
As of the "magic removal" (the bits just prior to the 0.95 release), sessions was moved into contrib. -joe On 2/2/07, kbochert <[EMAIL PROTECTED]> wrote: > > > After a long absence, I tried my installation of the tutorial and got: > > Error importing middleware django.middleware.sessions > > My s

Middleware sessions

2007-02-02 Thread kbochert
After a long absence, I tried my installation of the tutorial and got: Error importing middleware django.middleware.sessions My settings.py has: MIDDLEWARE _CLASSES = { "django.middleware.sessions.SessionMiddleware", ... I change this to : MIDDLEWARE _CLASSES = { "django.cont

Middleware sessions

2007-02-02 Thread kbochert
After a long absence, I tried my installation of the tutorial and got: Error importing middleware django.middleware.sessions My settings.py has: MIDDLEWARE _CLASSES = { --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro