1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Used 🎫 role in all tickets links.

This commit is contained in:
Sergey Fedoseev
2019-11-25 20:28:47 +05:00
committed by Mariusz Felisiak
parent 52936eface
commit abc51d44af
8 changed files with 15 additions and 24 deletions

View File

@@ -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()