1
0
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:
Mariusz Felisiak
2021-09-16 08:23:46 +02:00
parent 2e10abeb7f
commit 1cb495074f
3 changed files with 4 additions and 54 deletions

View File

@@ -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.