From abc51d44afcb8482c64c0bb8c1022f11e7eb2bbb Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 25 Nov 2019 20:28:47 +0500 Subject: Used :ticket: role in all tickets links. --- docs/topics/db/aggregation.txt | 5 ++--- docs/topics/forms/modelforms.txt | 5 ++--- docs/topics/testing/overview.txt | 4 +--- 3 files changed, 5 insertions(+), 9 deletions(-) (limited to 'docs/topics') 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 `_ 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() diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 7060c00105..d077b4c195 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -963,9 +963,8 @@ extra forms displayed. Also, ``extra=0`` doesn't prevent creation of new model instances as you can :ref:`add additional forms with JavaScript ` -or send additional POST data. Formsets `don't yet provide functionality -`_ for an "edit only" view that -prevents creation of new instances. +or send additional POST data. Formsets :ticket:`don't yet provide functionality +<26142>` for an "edit only" view that prevents creation of new instances. If the value of ``max_num`` is greater than the number of existing related objects, up to ``extra`` additional blank forms will be added to the formset, diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 1eea7ead22..3b07ed42c6 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -275,9 +275,7 @@ setting. Caches are not cleared after each test, and running "manage.py test fooapp" can insert data from the tests into the cache of a live system if you run your tests in production because, unlike databases, a separate "test cache" is not -used. This behavior `may change`_ in the future. - -.. _may change: https://code.djangoproject.com/ticket/11505 +used. This behavior :ticket:`may change <11505>` in the future. Understanding the test output ----------------------------- -- cgit v1.3