Skip to content

Commit

Permalink
make it compatible with Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl authored and Pierre-Sassoulas committed Aug 18, 2022
1 parent b40bd1e commit 6053f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survey/management/survey_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 6053f26

Please sign in to comment.