Commit dc2d75f4 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed typo in aggregation docs link.

parent 3ab8d0b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ modified using any other ``QuerySet`` operation, including ``filter()``,
    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
.. _multiple tables are cross joined: https://code.djangoproject.com/ticket/10060

Joins and aggregates
====================