summaryrefslogtreecommitdiff
path: root/django/core/management/commands/showmigrations.py
AgeCommit message (Expand)Author
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-13Refs #23359 -- Corrected showmigrations help text for the --database option.Wilhelm Klopp
2021-06-11Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...Jacob Walls
2021-02-04Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.Daniel Ebrahimian
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...tschilling
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2018-10-30Fixed #29783 -- Added app label validation to showmigrations command.Junyoung
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2016-05-08Included reverse deps in showmigrationsJarek Glowacki
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-11-18Removed redundant termcolors.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-31Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann