From dc2d75f4d43ca735bfdded52ff90458ebecb9348 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 3 Dec 2014 20:07:40 -0500 Subject: [PATCH] Fixed typo in aggregation docs link. --- docs/topics/db/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt index d0a7de230b..dba8aeb89a 100644 --- a/docs/topics/db/aggregation.txt +++ b/docs/topics/db/aggregation.txt @@ -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 ====================