diff options
| author | Lauri Tirkkonen <lauri@hacktheplanet.fi> | 2021-08-02 11:11:54 +0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-08-02 12:50:11 +0200 |
| commit | f18da11b8a7a4f9b80798704085b37194a3627fd (patch) | |
| tree | cf9d013ddf4b3ffe134dff81c73917cfa045395c | |
| parent | 2c46e553144903d5d7635e5045907796c0e758b9 (diff) | |
[3.2.x] Updated BaseDatabaseFeatures link in testing tools docs.
Backport of 4b6208ffdd93d5d379d247ec094d567ef208effd from main
| -rw-r--r-- | docs/topics/testing/tools.txt | 7 |
1 files 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 +<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) |
