Opened 13 months ago
Closed 8 months ago
#34901 closed New feature (fixed)
Add async interface to contrib.sessions
Reported by: | Jon Janzen | Owned by: | Jon Janzen |
---|---|---|---|
Component: | contrib.sessions | Version: | dev |
Severity: | Normal | Keywords: | async |
Cc: | Carlton Gibson, Andrew Chen Wang | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Per the ongoing attempt to asyncify the contrib.auth system the next step is to add an async interface/backends to sessions: https://forum.djangoproject.com/t/asyncifying-django-contrib-auth-and-signals-and-maybe-sessions/18770
There is obvious needs for this (see the above forum thread) and a basic implementation provided in one of the more recent comments: https://forum.djangoproject.com/t/asyncifying-django-contrib-auth-and-signals-and-maybe-sessions/18770/20
My plan is to take this implementation, add some tests and put it up as a PR
Change History (7)
comment:1 by , 13 months ago
Cc: | added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 13 months ago
Has patch: | set |
---|
comment:4 by , 11 months ago
Needs tests: | set |
---|---|
Patch needs improvement: | set |
comment:5 by , 9 months ago
Needs tests: | unset |
---|---|
Patch needs improvement: | unset |
comment:6 by , 8 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
I'm not sure if that's enough, but we can discuss it in PR.