summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/management/commands/label_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts/management/commands/label_command.py')
-rw-r--r--tests/admin_scripts/management/commands/label_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/management/commands/label_command.py b/tests/admin_scripts/management/commands/label_command.py
index 3bce1305bc..9bba413ff3 100644
--- a/tests/admin_scripts/management/commands/label_command.py
+++ b/tests/admin_scripts/management/commands/label_command.py
@@ -3,7 +3,7 @@ from django.core.management.base import LabelCommand
class Command(LabelCommand):
help = "Test Label-based commands"
- requires_model_validation = False
+ requires_system_checks = False
args = '<label>'
def handle_label(self, label, **options):