mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Thanks Tim Graham for the review.
This commit is contained in:
parent
bae1160c3f
commit
122c90a43b
7 changed files with 3 additions and 39 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue