From 275dd4ebbabbbe758c7219a3d666953d5a7b072f Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Thu, 10 Dec 2020 18:00:57 +0100 Subject: Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. Co-authored-by: Tim Graham --- docs/releases/3.2.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~ -- cgit v1.3