File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,12 @@ to the database in pipeline stages.
4040 {+framework+} provides a ``QuerySet.aggregate()`` method, which differs from the
4141 ``QuerySet.raw_aggregate()`` method. You can use ``aggregate()`` to retrieve
4242 values by aggregating a collection of model objects. To learn more about
43- the ``aggregate()`` method, see `Aggregation <{+django-docs+}/ topics/db/aggregation/>`__
43+ the ``aggregate()`` method, see :py:mod:`~ topics/db/aggregation`
4444 in the {+framework+} documentation.
45+ :py:module:`~topics/db/aggregation`
46+ :py:module:`topics/db/aggregation`
47+ :py:mod:`topics/db/aggregation`
48+ :py:meth:`~django.db.models.query.QuerySet.aggregate`
4549
4650You can run database queries by calling ``QuerySet`` methods on your model's
4751``Manager``. The ``Manager`` class handles database operations and allows you
You can’t perform that action at this time.
0 commit comments