Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#340 closed defect (fixed)

The admin requires session middleware to be installed

Reported by: Bless Owned by: Adrian Holovaty
Component: contrib.admin Version: 1.0
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

For to use the Django admin, there is to add "django.middleware.sessions.SessionMiddleware" to the MIDDLEWARE_CLASSES tuple in your admin settings file.

But it isn't added auto. when a new project is created

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [525]) Fixed #340 -- Default admin settings (in django-admin startproject) now include cache middleware. Thanks, Bless

Note: See TracTickets for help on using tickets.
Back to Top