Opened 20 years ago
Closed 18 years ago
#1448 closed defect (invalid)
django.contrib.auth.middleware.RequestUserMiddleware depends on django.contrib.sessions
| Reported by: | jkocherhans | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | minor | Keywords: | |
| Cc: | jkocherhans@… | Triage Stage: | Design decision needed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Remove the dependency on django.contrib.sessions. The handlers from before had this dependency (see [2425]), so I'll mark this as minor.
Change History (3)
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 19 years ago
| Version: | magic-removal → SVN |
|---|
comment:3 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Auth is supposed to depend on sessions; marking invalid.