diff options
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 ~~~~~~~~~~~~~~~~~~~~~~ |
