mirror of
https://github.com/django/django.git
synced 2025-10-03 07:14:41 +00:00
Add -l alias for migrate --list
This commit is contained in:
parent
0c295a7718
commit
0b7cf56e28
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Command(BaseCommand):
|
|||
'Defaults to the "default" database.'),
|
||||
make_option('--fake', action='store_true', dest='fake', default=False,
|
||||
help='Mark migrations as run without actually running them'),
|
||||
make_option('--list', action='store_true', dest='list', default=False,
|
||||
make_option('--list', '-l', action='store_true', dest='list', default=False,
|
||||
help='Show a list of all known migrations and which are applied'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue