Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30656 closed Cleanup/optimization (fixed)

The bulk_update method should be mentioned in the database access optimization section of the docs.

Reported by: Simon Charette Owned by: Daniel Rios
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I was surprised to find bulk_create there but bulk_update missing when helping someone on @django-users.

https://groups.google.com/d/msg/django-users/J79WXBWaNuA/fPf8EFtNCgAJ

Change History (7)

comment:1 by Mariusz Felisiak, 5 years ago

Summary: The bulk_update method should be mentionned in the database access optimization section of the docsThe bulk_update method should be mentioned in the database access optimization section of the docs.
Triage Stage: UnreviewedAccepted

comment:2 by Daniel Rios, 5 years ago

Owner: changed from nobody to Daniel Rios
Status: newassigned

comment:3 by Mariusz Felisiak, 5 years ago

Has patch: set

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In fe33fdc0:

Refs #30656 -- Reorganized bulk methods in the database optimization docs.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 68aeb901:

Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs.

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In b4139ed6:

[2.2.x] Refs #30656 -- Reorganized bulk methods in the database optimization docs.

Backport of fe33fdc049df75f9dd8e2eecc8c94aefc0132cb8 from master

comment:7 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In f9462f4c:

[2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs.

Backport of 68aeb9016084290aac4f82860e17a9f4e941676e from master

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