Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.

This commit is contained in:
sobolevn 2024-05-03 11:40:50 +03:00 committed by Sarah Boyce
parent 32d163e680
commit 9a27c76021
4 changed files with 13 additions and 2 deletions

View file

@ -603,7 +603,7 @@ information.
.. versionadded:: 5.0
.. class:: GenericPrefetch(lookup, querysets=None, to_attr=None)
.. class:: GenericPrefetch(lookup, querysets, to_attr=None)
This lookup is similar to ``Prefetch()`` and it should only be used on
``GenericForeignKey``. The ``querysets`` argument accepts a list of querysets,