mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
This commit is contained in:
parent
61dae11df5
commit
f5772de696
30 changed files with 79 additions and 266 deletions
|
|
@ -608,7 +608,6 @@ and tear down the test suite.
|
|||
|
||||
``durations`` will show a list of the N slowest test cases. Setting this
|
||||
option to ``0`` will result in the duration for all tests being shown.
|
||||
Requires Python 3.12+.
|
||||
|
||||
Django may, from time to time, extend the capabilities of the test runner
|
||||
by adding new arguments. The ``**kwargs`` declaration allows for this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue