diff options
| author | Simon Charette <charette.s@gmail.com> | 2022-08-13 02:14:19 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-15 10:25:20 +0200 |
| commit | 242499f2dc2bf24a9a5c855690a2e13d3303581a (patch) | |
| tree | 1bf410611c2d73a184c5249ff5e88456d398ca8b /docs | |
| parent | f387d024fc75569d2a4a338bfda76cc2f328f627 (diff) | |
Fixed #26780 -- Added prefetch_related() support for sliced queries.
This was made possible by window function filtering support added in
f387d024fc75569d2a4a338bfda76cc2f328f627.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index ed00ee1350..1eaf22173a 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -193,6 +193,9 @@ Models :ref:`window-functions` with the exception of disjunctive filter lookups against window functions when performing aggregation. +* :meth:`~.QuerySet.prefetch_related` now supports + :class:`~django.db.models.Prefetch` objects with sliced querysets. + Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ |
