Follow up to #24141.
--
Ticket URL: <https://code.djangoproject.com/ticket/32518>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:1>
Comment (by AdamDonna):
I've had a go at addressing this change. I suspect this will need some
refinement. The PR is at https://github.com/django/django/pull/14161
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:2>
* owner: nobody => AdamDonna
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:3>
Comment (by Pradhvan Bisht ):
SInce the PR [https://github.com/django/django/pull/14161] is closed, I
think Adam is not working on it.
I would be happy to take this up since `tim-mccurrach` has left quite a
detailed note on the PR and it would be easy for me to pick up the
recommendation and add it in a separate PR.
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:4>
* owner: AdamDonna => Pradhvan Bisht
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:5>
* owner: Pradhvan Bisht => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:6>
* owner: (none) => John Hollingsworth
* status: new => assigned
Comment:
I'll pick up this ticket where the previous PR left off
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:7>
* needs_better_patch: 1 => 0
Comment:
PR here: https://github.com/django/django/pull/15391
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:8>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:9>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"d70b4bea18c96e518ce14dca96085e9265e8ebb6" d70b4be]:
{{{
#!CommitTicketReference repository=""
revision="d70b4bea18c96e518ce14dca96085e9265e8ebb6"
Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.
Thanks Tim McCurrach for the idea.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:10>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"8c407ee7f392ac44e9669658a473d6c486c388b3" 8c407ee7]:
{{{
#!CommitTicketReference repository=""
revision="8c407ee7f392ac44e9669658a473d6c486c388b3"
[4.0.x] Fixed #32518 -- Doc'd that QuerySet.contains() should not be
overused.
Thanks Tim McCurrach for the idea.
Backport of d70b4bea18c96e518ce14dca96085e9265e8ebb6 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32518#comment:11>