mirror of
https://github.com/Hopiu/django.git
synced 2026-03-16 22:10:24 +00:00
Fixed typo in aggregation docs link.
This commit is contained in:
parent
3ab8d0b8c7
commit
dc2d75f4d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
====================
|
||||
|
|
|
|||
Loading…
Reference in a new issue