mirror of
https://github.com/django/django.git
synced 2025-04-15 04:44:37 +00:00
[1.6.x] Fixed typo in aggregation docs.
This commit is contained in:
parent
a87ade7e30
commit
7e47c3e6af
@ -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
|
||||
====================
|
||||
|
Loading…
x
Reference in New Issue
Block a user