Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1655 closed defect (fixed)

Default project 'django.middleware.sessions.SessionMiddleware' not changed

Reported by: brantley Owned by: Adrian Holovaty
Component: Tools Version: magic-removal
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

django.middleware.sessions.SessionMiddleware needs to be changed to django.contrib.sessions.middleware.SessionMiddleware in the default project.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2714]) magic-removal: Fixed #1655 -- Fixed new SessionMiddleware location in docs

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