Loading django/core/management/commands/squashmigrations.py +0 −2 Original line number Diff line number Diff line import sys from django.core.management.base import BaseCommand, CommandError from django.utils import six from django.db import connections, DEFAULT_DB_ALIAS, migrations Loading tests/user_commands/management/commands/optparse_cmd.py +2 −2 Original line number Diff line number Diff line from optparse import make_option from django.core.management.base import BaseCommand, CommandError from django.core.management.base import BaseCommand class Command(BaseCommand): Loading @@ -13,7 +13,7 @@ class Command(BaseCommand): ) def handle(self, *args, **options): example = options["example"] options["example"] # BaseCommand default option is available options['verbosity'] self.stdout.write("All right, let's dance %s." % options["style"]) tests/admin_scripts/management/commands/base_command.py +3 −3 File changed.Contains only whitespace changes. Show changes Loading
django/core/management/commands/squashmigrations.py +0 −2 Original line number Diff line number Diff line import sys from django.core.management.base import BaseCommand, CommandError from django.utils import six from django.db import connections, DEFAULT_DB_ALIAS, migrations Loading
tests/user_commands/management/commands/optparse_cmd.py +2 −2 Original line number Diff line number Diff line from optparse import make_option from django.core.management.base import BaseCommand, CommandError from django.core.management.base import BaseCommand class Command(BaseCommand): Loading @@ -13,7 +13,7 @@ class Command(BaseCommand): ) def handle(self, *args, **options): example = options["example"] options["example"] # BaseCommand default option is available options['verbosity'] self.stdout.write("All right, let's dance %s." % options["style"])
tests/admin_scripts/management/commands/base_command.py +3 −3 File changed.Contains only whitespace changes. Show changes