Opened 6 years ago

Closed 6 years ago

#30106 closed Cleanup/optimization (fixed)

Use bulk_update to perform order_with_respect to updates

Reported by: Simon Charette Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: 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

Change History (3)

comment:1 by Mariusz Felisiak, 6 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 6 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 8d2dcc4:

Fixed #30106 -- Made order_with_respect_to updates use QuerySet.bulk_update().

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