Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2016-10-02 18:23:32 +02:00
parent bae1160c3f
commit 122c90a43b
7 changed files with 3 additions and 39 deletions

View file

@ -4,7 +4,6 @@ from django.utils import translation
class Command(BaseCommand):
can_import_settings = True
leave_locale_alone = False
def handle(self, *args, **options):

View file

@ -4,7 +4,6 @@ from django.utils import translation
class Command(BaseCommand):
can_import_settings = True
leave_locale_alone = True
def handle(self, *args, **options):