summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
~~~~~~~~~~