1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().

This commit is contained in:
Bryan Marty
2015-10-29 23:24:46 -07:00
committed by Tim Graham
parent 2a7ce34600
commit 62ca2dea04
4 changed files with 32 additions and 8 deletions

View File

@@ -246,6 +246,9 @@ Models
:class:`~django.db.models.AutoField` except that it is guaranteed
to fit numbers from ``1`` to ``9223372036854775807``.
* :meth:`QuerySet.in_bulk() <django.db.models.query.QuerySet.in_bulk>`
may be called without any arguments to return all objects in the queryset.
Requests and Responses
^^^^^^^^^^^^^^^^^^^^^^