summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-12-10 18:00:57 +0100
committerGitHub <noreply@github.com>2020-12-10 18:00:57 +0100
commit275dd4ebbabbbe758c7219a3d666953d5a7b072f (patch)
treed0534f7047f9ba43525368eda2c121df54801d4c /docs/releases
parent5ce31d6a7142ca8c76d6b52fa42b3406b9a8ff48 (diff)
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
Co-authored-by: Tim Graham <timograham@gmail.com>
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/3.2.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index d5047dfe60..b155f37e00 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -197,6 +197,14 @@ CSRF
* ...
+Database backends
+~~~~~~~~~~~~~~~~~
+
+* Third-party database backends can now skip or mark as expected failures
+ tests in Django's test suite using the new
+ ``DatabaseFeatures.django_test_skips`` and
+ ``django_test_expected_failures`` attributes.
+
Decorators
~~~~~~~~~~