mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .values_list().
co-authored-by: Adam Johnson <me@adamj.eu> co-authored-by: Simon Charette <charette.s@gmail.com>
This commit is contained in:
@@ -175,7 +175,8 @@ Migrations
|
||||
Models
|
||||
~~~~~~
|
||||
|
||||
* ...
|
||||
* :meth:`.QuerySet.in_bulk` now supports chaining after
|
||||
:meth:`.QuerySet.values` and :meth:`.QuerySet.values_list`.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user