mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #30186 -- Made showmigrations --list display the applied datetimes at verbosity 2+.
This commit is contained in:
parent
371ddade1e
commit
7c68cea7ee
4 changed files with 30 additions and 4 deletions
|
@ -1079,13 +1079,18 @@ Shows all migrations in a project. You can choose from one of two formats:
|
|||
|
||||
Lists all of the apps Django knows about, the migrations available for each
|
||||
app, and whether or not each migration is applied (marked by an ``[X]`` next to
|
||||
the migration name).
|
||||
the migration name). For a ``--verbosity`` of 2 and above, the applied
|
||||
datetimes are also shown.
|
||||
|
||||
Apps without migrations are also listed, but have ``(no migrations)`` printed
|
||||
under them.
|
||||
|
||||
This is the default output format.
|
||||
|
||||
.. versionchanged:: 3.0
|
||||
|
||||
Output of the applied datetimes at verbosity 2 and above was added.
|
||||
|
||||
.. django-admin-option:: --plan, -p
|
||||
|
||||
Shows the migration plan Django will follow to apply migrations. Like
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue