[Django] #37199: Typo in bulk_update() reference docs

2 views
Skip to first unread message

Django

unread,
Jul 1, 2026, 5:32:59 PM (2 days ago) Jul 1
to django-...@googlegroups.com
#37199: Typo in bulk_update() reference docs
--------------------------+-----------------------------------------
Reporter: Tom Most | Type: Uncategorized
Status: new | Component: Documentation
Version: 6.0 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
--------------------------+-----------------------------------------
https://docs.djangoproject.com/en/6.0/ref/models/querysets/#bulk-update

This line:

{{{
batch = Entry.objects.filter(ids__in=ids)
}}}

Should probably be:

{{{
batch = Entry.objects.filter(id__in=ids)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/37199>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jul 1, 2026, 5:37:53 PM (2 days ago) Jul 1
to django-...@googlegroups.com
#37199: Typo in bulk_update() reference docs
-------------------------------+--------------------------------------
Reporter: Tom Most | Owner: Tom Most
Type: Uncategorized | Status: assigned
Component: Documentation | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Tom Most):

* has_patch: 0 => 1
* owner: (none) => Tom Most
* status: new => assigned

--
Ticket URL: <https://code.djangoproject.com/ticket/37199#comment:1>
Reply all
Reply to author
Forward
0 new messages