mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks.
This commit is contained in:
parent
a4e6030904
commit
c60524c658
30 changed files with 156 additions and 41 deletions
|
@ -19,6 +19,8 @@ details on these changes.
|
|||
``copy.deepcopy()`` to class attributes in ``TestCase.setUpTestData()`` will
|
||||
be removed.
|
||||
|
||||
* ``BaseCommand.requires_system_checks`` won't support boolean values.
|
||||
|
||||
.. _deprecation-removed-in-4.0:
|
||||
|
||||
4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue