From 6053f2618f7b5eea7c8beba75662d222456c06e0 Mon Sep 17 00:00:00 2001 From: Zeheng Li Date: Wed, 17 Aug 2022 16:27:35 -0600 Subject: [PATCH] make it compatible with Django 4.1 --- survey/management/survey_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survey/management/survey_command.py b/survey/management/survey_command.py index 30d8b2c2..e13df813 100755 --- a/survey/management/survey_command.py +++ b/survey/management/survey_command.py @@ -9,7 +9,7 @@ class SurveyCommand(BaseCommand): - requires_system_checks = False + requires_system_checks = [] def add_arguments(self, parser): help_text = "The {}s of the {}s we want to generate. Default is None."