#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 Mariusz Felisiak, 16 months ago

Summary: Async support for get_object_or_404Async support for get_object_or_404()/get_list_or_404().
Triage Stage: UnreviewedAccepted

Sounds reasonable. Would you like to prepare a patch?

comment:2 by Olivier Tabone, 16 months ago

Cc: Olivier Tabone added

comment:3 by Olivier Tabone, 16 months ago

@patagoniapy do you mind if I claim this ticket ?

Cheers

comment:4 by Olivier Tabone, 16 months ago

Owner: changed from nobody to Olivier Tabone
Status: newassigned

I'll have a look at this one

comment:5 by Olivier Tabone, 16 months ago

Has patch: set

comment:6 by Mariusz Felisiak, 16 months ago

Patch needs improvement: set

comment:7 by Olivier Tabone, 16 months ago

Patch needs improvement: unset

PR updated. Please proceed to review / add comment in the PR.

Regards

comment:8 by Mariusz Felisiak, 16 months ago

Triage Stage: AcceptedReady for checkin

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 16 months ago

Resolution: fixed
Status: assignedclosed

In b9473cac:

Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.

Note: See TracTickets for help on using tickets.
Back to Top