summaryrefslogtreecommitdiff
path: root/docs/topics/db
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2019-11-25 20:28:47 +0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-26 14:02:24 +0100
commitabc51d44afcb8482c64c0bb8c1022f11e7eb2bbb (patch)
tree3e454a031cb0bdaa8432fa23fe3cefed2c92716f /docs/topics/db
parent52936efacec4df05df2d9872c09c3332335bf21b (diff)
Used :ticket: role in all tickets links.
Diffstat (limited to 'docs/topics/db')
-rw-r--r--docs/topics/db/aggregation.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt
index 0a64c703dc..c3c7f18afd 100644
--- a/docs/topics/db/aggregation.txt
+++ b/docs/topics/db/aggregation.txt
@@ -199,9 +199,8 @@ modified using any other ``QuerySet`` operation, including ``filter()``,
Combining multiple aggregations
-------------------------------
-Combining multiple aggregations with ``annotate()`` will `yield the wrong
-results <https://code.djangoproject.com/ticket/10060>`_ because joins are used
-instead of subqueries:
+Combining multiple aggregations with ``annotate()`` will :ticket:`yield the
+wrong results <10060>` because joins are used instead of subqueries:
>>> book = Book.objects.first()
>>> book.authors.count()