[2.2.x] Used 🎫 role in all tickets links.

Backport of abc51d44af from master.
This commit is contained in:
Sergey Fedoseev 2019-11-25 20:28:47 +05:00 committed by Mariusz Felisiak
parent 7873d3757d
commit c2a8a69b72
8 changed files with 16 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()