mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
Fixed several typos in Django
This commit is contained in:
@@ -331,7 +331,7 @@ class BaseCommand(object):
|
||||
|
||||
try:
|
||||
if (self.requires_system_checks and
|
||||
not options.get('skip_validation') and # This will be removed at the end of deprecation proccess for `skip_validation`.
|
||||
not options.get('skip_validation') and # This will be removed at the end of deprecation process for `skip_validation`.
|
||||
not options.get('skip_checks')):
|
||||
self.check()
|
||||
output = self.handle(*args, **options)
|
||||
|
||||
Reference in New Issue
Block a user