Commit 3ab8d0b8 authored by Benjamin Bach's avatar Benjamin Bach Committed by Simon Charette
Browse files

Fixed a typo in aggregation docs.

parent 4b23a6c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ modified using any other ``QuerySet`` operation, including ``filter()``,
    ``query`` property of your ``QuerySet``.

    For instance, combining multiple aggregations with ``annotate()`` will
    yield the wrong results, as `multiple tables are the cross joined`_,
    yield the wrong results, as `multiple tables are cross joined`_,
    resulting in duplicate row aggregations.

.. _multiple tables are the cross joined: https://code.djangoproject.com/ticket/10060