#34147 closed New feature (invalid)

Add aall() for related managers.

Reported by: Mariusz Felisiak Owned by:
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Jon Janzen, Carlton Gibson Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

aall() method (asynchronous versions of all()) should be available for related managers:

AttributeError: 'RelatedManager' object has no attribute 'aall'

Change History (6)

comment:1 by Bhuvnesh, 18 months ago

Owner: changed from nobody to Bhuvnesh
Status: newassigned

comment:2 by Bhuvnesh, 18 months ago

May i try to prepare a patch for this one?

Last edited 18 months ago by Bhuvnesh (previous) (diff)

comment:3 by Carlton Gibson, 18 months ago

Triage Stage: UnreviewedAccepted

comment:4 by Bhuvnesh, 18 months ago

Owner: Bhuvnesh removed
Status: assignednew

comment:5 by Simon Charette, 17 months ago

Is there really a need for aall() given it doesn't perform any I/O but solely copy objects over?

e.g. There is no QuerySet.aall() like there is no .afilter and no BaseManager.aall?

in reply to:  5 comment:6 by Mariusz Felisiak, 17 months ago

Resolution: invalid
Status: newclosed
Triage Stage: AcceptedUnreviewed

Replying to Simon Charette:

Is there really a need for aall() given it doesn't perform any I/O but solely copy objects over?

e.g. There is no QuerySet.aall() like there is no .afilter and no BaseManager.aall?

Right 🤦 I withdraw my request.

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