mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #31546 -- Removed support for boolean values in Command.requires_system_checks.
Per deprecation timeline.
This commit is contained in:
@@ -249,3 +249,6 @@ to remove usage of these features.
|
||||
* Support for assigning objects which don't support creating deep copies with
|
||||
``copy.deepcopy()`` to class attributes in ``TestCase.setUpTestData()`` is
|
||||
removed.
|
||||
|
||||
* Support for using a boolean value in
|
||||
:attr:`.BaseCommand.requires_system_checks` is removed.
|
||||
|
||||
Reference in New Issue
Block a user