From f18da11b8a7a4f9b80798704085b37194a3627fd Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Mon, 2 Aug 2021 11:11:54 +0300 Subject: [PATCH] [3.2.x] Updated BaseDatabaseFeatures link in testing tools docs. Backport of 4b6208ffdd93d5d379d247ec094d567ef208effd from main --- docs/topics/testing/tools.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index ff4dcfa088..ee66483384 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1972,9 +1972,10 @@ test if the database doesn't support a specific named feature. The decorators use a string identifier to describe database features. This string corresponds to attributes of the database connection -features class. See ``django.db.backends.BaseDatabaseFeatures`` -class for a full list of database features that can be used as a basis -for skipping tests. +features class. See +:source:`django.db.backends.base.features.BaseDatabaseFeatures class +` for a full list of database features +that can be used as a basis for skipping tests. .. function:: skipIfDBFeature(*feature_name_strings)