Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#32313 closed Cleanup/optimization (fixed)

Queryset in_bulk docs don't explicit field_name as kwarg only

Reported by: Iuri de Silvio Owned by: Iuri de Silvio
Component: Documentation 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

I had to check the code to validate the in_bulk signature with kwarg only *, field_name=None. I think it is a documentation bug.

Change History (5)

comment:1 by Iuri de Silvio, 4 years ago

Owner: changed from nobody to Iuri de Silvio
Status: newassigned

comment:2 by Carlton Gibson, 4 years ago

Triage Stage: UnreviewedAccepted

Seems reasonable. Thanks.

comment:3 by Carlton Gibson, 4 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by GitHub <noreply@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 02391bc:

Fixed #32313 -- Corrected QuerySet.in_bulk() signature.

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

In 1dd159f:

[3.1.x] Fixed #32313 -- Corrected QuerySet.in_bulk() signature.

Backport of 02391bc98c406f3cd5e329d252ec5c4b63cf979e from master

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