--
Ticket URL: <https://code.djangoproject.com/ticket/34147>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Bhuvnesh
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34147#comment:1>
Comment (by Bhuvnesh):
May i prepare a patch for this one?
--
Ticket URL: <https://code.djangoproject.com/ticket/34147#comment:2>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34147#comment:3>
* owner: Bhuvnesh => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/34147#comment:4>
Comment (by 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`?
--
Ticket URL: <https://code.djangoproject.com/ticket/34147#comment:5>
* status: new => closed
* resolution: => invalid
* stage: Accepted => Unreviewed
Comment:
Replying to [comment:5 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.
--
Ticket URL: <https://code.djangoproject.com/ticket/34147#comment:6>