From 63dbaa82b3a3b5c3deedf0a9ba9dd95d1b5f900b Mon Sep 17 00:00:00 2001 From: jmath1 Date: Sun, 7 Jun 2020 03:00:35 -0400 Subject: [PATCH] change requires_model_validation to requires_system_checks in shellplus management command --- apps/rss_feeds/management/commands/shellplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rss_feeds/management/commands/shellplus.py b/apps/rss_feeds/management/commands/shellplus.py index 3d7e13dad..1cb59508e 100644 --- a/apps/rss_feeds/management/commands/shellplus.py +++ b/apps/rss_feeds/management/commands/shellplus.py @@ -29,7 +29,7 @@ class Command(NoArgsCommand): ) help = "Like the 'shell' command but autoloads the models of all installed Django apps." - requires_model_validation = True + requires_system_checks = True def handle_noargs(self, **options): use_notebook = options.get('notebook', False)