From 2cab767d7f1f12e4e48473321fba64a7a210ac08 Mon Sep 17 00:00:00 2001 From: Art Lukyanchyk <artiom.lukyanchyk@hs-hannover.de> Date: Fri, 2 Sep 2022 18:24:26 +0200 Subject: [PATCH] Remove the redundant line that breaks post-migration in newer django versions --- ssoauth/management/commands/ssoauth_setup_groups_and_perms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py b/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py index 9f9183d..4fd16ad 100644 --- a/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py +++ b/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py @@ -59,7 +59,6 @@ class Command(BaseCommand): If running it manually (better don't), ensure that all referenced permissions are created in prior. """ requires_migrations_checks = True - requires_system_checks = True def handle(self, *args, **options): try: -- GitLab