[1.7.x] Fixed #23478 -- Complemented sqlmigrate command help

This commit is contained in:
Claude Paroz 2014-09-13 09:47:14 +02:00
parent ac1adfbe4a
commit 31309d4722
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class Command(BaseCommand):
)
help = "Prints the SQL statements for the named migration."
args = "[app_label] [migration_name]"
output_transaction = True
def execute(self, *args, **options):