mirror of
https://github.com/django/django.git
synced 2025-04-25 17:54:37 +00:00
Updated BaseDatabaseFeatures link in testing tools docs.
This commit is contained in:
parent
edf184dd06
commit
4b6208ffdd
@ -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.
|
The decorators use a string identifier to describe database features.
|
||||||
This string corresponds to attributes of the database connection
|
This string corresponds to attributes of the database connection
|
||||||
features class. See ``django.db.backends.BaseDatabaseFeatures``
|
features class. See
|
||||||
class for a full list of database features that can be used as a basis
|
:source:`django.db.backends.base.features.BaseDatabaseFeatures class
|
||||||
for skipping tests.
|
<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)
|
.. function:: skipIfDBFeature(*feature_name_strings)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user