From 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 May 2018 10:16:32 -0400 Subject: Removed versionadded/changed annotations for 2.0. --- docs/topics/db/aggregation.txt | 4 ---- docs/topics/db/instrumentation.txt | 2 -- docs/topics/db/sql.txt | 4 ---- 3 files changed, 10 deletions(-) (limited to 'docs/topics/db') diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt index 91a9b4fa3c..15af14542a 100644 --- a/docs/topics/db/aggregation.txt +++ b/docs/topics/db/aggregation.txt @@ -368,10 +368,6 @@ Each ``Author`` in the result set will have the ``num_books`` and rows. The aggregation ``filter`` argument is only useful when using two or more aggregations over the same relations with different conditionals. -.. versionchanged:: 2.0 - - The ``filter`` argument was added to aggregates. - Order of ``annotate()`` and ``filter()`` clauses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/topics/db/instrumentation.txt b/docs/topics/db/instrumentation.txt index 9578c1224b..529347094f 100644 --- a/docs/topics/db/instrumentation.txt +++ b/docs/topics/db/instrumentation.txt @@ -2,8 +2,6 @@ Database instrumentation ======================== -.. versionadded:: 2.0 - To help you understand and control the queries issued by your code, Django provides a hook for installing wrapper functions around the execution of database queries. For example, wrappers can count queries, measure query diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index 39a54e4239..7f01c32c74 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -372,7 +372,3 @@ Calling stored procedures with connection.cursor() as cursor: cursor.callproc('test_procedure', [1, 'test']) - - .. versionchanged:: 2.0 - - The ``kparams`` argument was added. -- cgit v1.3