#33646 closed New feature (fixed)
Adding async interface to QuerySet.
| Reported by: | Mariusz Felisiak | Owned by: | Andrew Godwin |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 4.0 |
| Severity: | Normal | Keywords: | async |
| Cc: | Andrew Godwin, Carlton Gibson | 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
Adding async interface to QuerySet for all data access operations that evaluate the queryset and are blocking calls.
See DEP-9.
Change History (13)
comment:1 by , 4 years ago
comment:4 by , 4 years ago
| Needs tests: | unset |
|---|
comment:5 by , 4 years ago
| Patch needs improvement: | unset |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR