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.
40
40
{+framework+} provides a ``QuerySet.aggregate()`` method, which differs from the
41
41
``QuerySet.raw_aggregate()`` method. You can use ``aggregate()`` to retrieve
42
42
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`
44
44
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`
45
49
46
50
You can run database queries by calling ``QuerySet`` methods on your model's
47
51
``Manager``. The ``Manager`` class handles database operations and allows you
You can’t perform that action at this time.
0 commit comments