Commit 31309d47 authored by Claude Paroz's avatar Claude Paroz
Browse files

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

parent ac1adfbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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):