Opened 16 months ago
Closed 16 months ago
#34714 closed New feature (fixed)
Async support for get_object_or_404()/get_list_or_404().
Reported by: | patagoniapy | Owned by: | Olivier Tabone |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 4.2 |
Severity: | Normal | Keywords: | |
Cc: | Olivier Tabone | 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
I couldn't find any tickets regarding plans for async support in the Django shortcut get_object_or_404
.
Is there currently any blocking issues on creating an agetobject_or_404
?
Change History (9)
comment:1 by , 16 months ago
Summary: | Async support for get_object_or_404 → Async support for get_object_or_404()/get_list_or_404(). |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 months ago
Cc: | added |
---|
comment:4 by , 16 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I'll have a look at this one
comment:6 by , 16 months ago
Patch needs improvement: | set |
---|
comment:7 by , 16 months ago
Patch needs improvement: | unset |
---|
PR updated. Please proceed to review / add comment in the PR.
Regards
comment:8 by , 16 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Sounds reasonable. Would you like to prepare a patch?