summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorLauri Tirkkonen <lauri@hacktheplanet.fi>2021-08-02 11:11:54 +0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-08-02 12:48:20 +0200
commit4b6208ffdd93d5d379d247ec094d567ef208effd (patch)
treef64eef6f73b5cd03fa0d597ffb94a5d1aee50456 /docs/topics/testing
parentedf184dd067e676962e8e1fc1a50397b810461d6 (diff)
downloaddjango-4b6208ffdd93d5d379d247ec094d567ef208effd.tar.gz
Updated BaseDatabaseFeatures link in testing tools docs.
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/tools.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 5899beee12..8e4f077fad 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1971,9 +1971,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
+<django/db/backends/base/features.py>` for a full list of database features
+that can be used as a basis for skipping tests.
.. function:: skipIfDBFeature(*feature_name_strings)