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:
committed by
Mariusz Felisiak
parent
00c724f2f2
commit
56f9579105
@@ -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
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user