summaryrefslogtreecommitdiff
path: root/django/core/management/commands/showmigrations.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-25/+44
* Refs #23359 -- Corrected showmigrations help text for the --database option.Wilhelm Klopp2021-07-131-1/+4
* Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...Jacob Walls2021-06-111-1/+8
* Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.Daniel Ebrahimian2021-02-041-1/+1
* Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...tschilling2019-03-081-3/+11
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-1/+1
* Fixed #29783 -- Added app label validation to showmigrations command.Junyoung2018-10-301-6/+14
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-1/+1
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-1/+1
* Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan2017-02-211-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel2017-01-061-10/+18
* Included reverse deps in showmigrationsJarek Glowacki2016-05-081-13/+15
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-8/+16
* Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne2016-03-051-2/+2
* Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham2016-01-141-2/+2
* Removed redundant termcolors.Tim Graham2015-11-181-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham2014-12-311-1/+1
* Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann2014-12-311-0/+116