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