Skip to content

Commit ada3826

Browse files
committed
test
1 parent 291ec54 commit ada3826

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/interact-data/raw-queries.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4650
You can run database queries by calling ``QuerySet`` methods on your model's
4751
``Manager``. The ``Manager`` class handles database operations and allows you

0 commit comments

Comments
 (0)