#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.
Note:
See TracTickets
for help on using tickets.
(In [2714]) magic-removal: Fixed #1655 -- Fixed new SessionMiddleware location in docs