#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
Note:
See TracTickets
for help on using tickets.
(In [525]) Fixed #340 -- Default admin settings (in django-admin startproject) now include cache middleware. Thanks, Bless