index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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
2015-10-24
Fixed #25604 -- Added makemigrations --check option.
Jon Dufresne
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-08-24
Fixed #25047 -- Improved "Conflicting migrations" error message.
Tim Graham
2015-08-18
Fixed #24755 -- Hid operations from dependency apps when merging migrations
Markus Holtermann
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-03-16
Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
John Giannelos
2015-03-08
Fixed #23407 -- Extended coverage of makemigrations --noinput option.
Marten Kenbeek
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-28
Fixed #23728 -- Added the --exit option to makemigrations.
Tim Heap
2014-11-20
Removed reduce() usage in makemigrations; refs #23796.
Brad Walker
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-02
Fixed #23302 -- Added --name/-n option to makemigrations command
Raffaele Salmaso
2014-07-14
Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...
Huu Nguyen
2014-06-20
Fixed #22862 -- Added --noinput option to makemigrations.
Huu Nguyen
2014-06-16
Fixed #22848: Ignore no-migrations errors during makemigrations only
Andrew Godwin
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-08
Fixed #22777: Add dependency on through for autodetected M2M adds
Andrew Godwin
2014-05-27
Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.
Moayad Mardini
2014-05-24
Fixed #22676 -- makemigrations --dry-run should not ask for defaults
Moayad Mardini
2014-05-08
Removed unused imports in makemigrations
Claude Paroz
[next]