summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-03 20:07:40 -0500
committerTim Graham <timograham@gmail.com>2014-12-03 20:07:40 -0500
commitdc2d75f4d43ca735bfdded52ff90458ebecb9348 (patch)
treed83b2918b9fbcd576a668ba003b1d7532d7371a6 /docs/topics
parent3ab8d0b8c7b6d26f8c1ed97b6a3ac2ae735f1ec9 (diff)
Fixed typo in aggregation docs link.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/aggregation.txt2
1 files changed, 1 insertions, 1 deletions
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
====================