1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests().

This commit is contained in:
Jacob Walls
2021-07-15 17:56:41 -04:00
committed by Mariusz Felisiak
parent 00c724f2f2
commit 56f9579105
6 changed files with 72 additions and 12 deletions

View File

@@ -533,6 +533,9 @@ Miscellaneous
* The default sitemap protocol for sitemaps built outside the context of a
request will change from ``'http'`` to ``'https'`` in Django 5.0.
* The ``extra_tests`` argument for :meth:`.DiscoverRunner.build_suite` and
:meth:`.DiscoverRunner.run_tests` is deprecated.
Features removed in 4.0
=======================