[1.7.x] Fixed #23478 -- Complemented sqlmigrate command help
This commit is contained in:
parent
ac1adfbe4a
commit
31309d4722
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue