mirror of https://github.com/django/django.git
Rename makemigration to makemigrations
This commit is contained in:
parent
47e4b86ddf
commit
0e8ee50e86
|
@ -20,7 +20,7 @@ class Command(BaseCommand):
|
||||||
)
|
)
|
||||||
|
|
||||||
help = "Creates new migration(s) for apps."
|
help = "Creates new migration(s) for apps."
|
||||||
usage_str = "Usage: ./manage.py createmigration [--empty] [app [app ...]]"
|
usage_str = "Usage: ./manage.py makemigrations [--empty] [app [app ...]]"
|
||||||
|
|
||||||
def handle(self, *app_labels, **options):
|
def handle(self, *app_labels, **options):
|
||||||
|
|
Loading…
Reference in New Issue