summaryrefslogtreecommitdiff
path: root/docs
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:11:24 -0500
commit7e47c3e6afd4084c9763a670b078c54e84b8f895 (patch)
treebbbdeb6b96efd017d8e792e1fe34adb24a53115b /docs
parenta87ade7e30c80de93ec7ad8335d8714b494a58fb (diff)
[1.6.x] Fixed typo in aggregation docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/aggregation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt
index 90735c31a4..fd24185035 100644
--- a/docs/topics/db/aggregation.txt
+++ b/docs/topics/db/aggregation.txt
@@ -185,10 +185,10 @@ 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
+.. _multiple tables are cross joined: https://code.djangoproject.com/ticket/10060
Joins and aggregates
====================