mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
change requires_model_validation to requires_system_checks in shellplus management command
This commit is contained in:
parent
e9405d4d5b
commit
63dbaa82b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue