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
/
makemigrations.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-11-29
Fixed #35308 -- Handled OSError when launching code formatters.
Jacob Walls
2024-10-15
Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...
leondaz
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2023-11-09
Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
2023-05-17
Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2022-09-28
Fixed #34051 -- Made makemigrations --check exit before making migrations.
Jacob Walls
2022-06-17
Fixed #24870 -- Added --update option to makemigrations command.
David Wobrock
2022-06-17
Refs #24870 -- Refactored out get_relative_path() hook in makemigrations.
David Wobrock
2022-02-11
Refs #33476 -- Made management commands use black.
Carlton Gibson
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
2022-01-10
Fixed #29026 -- Added --scriptable option to makemigrations.
Jacob Walls
2022-01-03
Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...
Jacob Walls
2021-10-12
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...
Jacob Walls
2021-10-05
Refs #29026 -- Added log() to makemigrations.
Jacob Walls
2020-07-20
Fixed #31769 -- Improved default naming of merged migrations.
Jon Dufresne
2020-06-08
Fixed #31661 -- Removed period in makemigrations history check warning.
davidchorpash
2020-05-19
Fixed #31504 -- Allowed calling makemigrations without an active database con...
wtkm11
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2018-12-19
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
Dakota Hawkins
2018-10-23
Fixed #29831 -- Added validation for makemigrations --name.
Prabakaran Kumaresshan
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-20
Refs #29469 -- Reused get_app_config() error message in makemigrations error.
Claude Paroz
2018-06-16
Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.
oliver
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-17
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
Tim Graham
2016-12-12
Fixed #27588 -- Removed unneeded colon in makemigrations output.
Tim Graham
2016-11-09
Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Joseph Kahn
2016-11-08
Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...
Zbigniew Siciarz
2016-10-13
Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Tim Graham
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
2016-09-01
Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...
Tim Graham
2016-08-01
Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Tim Graham
2016-05-11
Fixed #26429 -- Added a timestamp to merge migration names.
Raphael Gaschignard
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-12-18
Fixed #25063 -- Added path to makemigration's output of migration file.
Niels Van Och
[next]