diff options
| author | Bryan Marty <bryanmarty@gmail.com> | 2015-10-29 23:24:46 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-26 17:57:19 -0500 |
| commit | 62ca2dea04489bdb23df1c7815439287c6d44630 (patch) | |
| tree | eb12cc7fef04d1bce3e1a3f6b1c14124884f6da0 /docs/releases | |
| parent | 2a7ce34600d0f879e93c9a5e02215948ed3bb6ac (diff) | |
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 077a27cea1..31e15663ba 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -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 ^^^^^^^^^^^^^^^^^^^^^^ |
