summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2021-03-08 08:29:44 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-11 10:02:06 +0100
commitd828beb68f6b925217242e8f4faac2216f7c9c57 (patch)
tree6d7e8569afb2cecb0945527bc0c3722c8df227fe /docs
parentd8a4bcffdb116ca094d0da45ec4644f22133e02e (diff)
Fixed #32529 -- Delayed creating a test suite in build_suite().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 3f04005a3a..770045e179 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -321,6 +321,10 @@ Miscellaneous
* Unsupported operations on a sliced queryset now raise ``TypeError`` instead
of ``AssertionError``.
+* The undocumented ``django.test.runner.reorder_suite()`` function is renamed
+ to ``reorder_tests()``. It now accepts an iterable of tests rather than a
+ test suite, and returns an iterator of tests.
+
.. _deprecated-features-4.0:
Features deprecated in 4.0