summaryrefslogtreecommitdiff
path: root/django/core/management/commands/makemigrations.py
AgeCommit message (Expand)Author
2019-01-31Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne
2018-12-19Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins
2018-10-23Fixed #29831 -- Added validation for makemigrations --name.Prabakaran Kumaresshan
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-20Refs #29469 -- Reused get_app_config() error message in makemigrations error.Claude Paroz
2018-06-16Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.oliver
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-04-26Replaced temporary lists used for passing arguments with iterables.Jon Dufresne
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-17Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.Tim Graham
2016-12-12Fixed #27588 -- Removed unneeded colon in makemigrations output.Tim Graham
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn
2016-11-08Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...Zbigniew Siciarz
2016-10-13Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.Tim Graham
2016-10-06Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)Claude Paroz
2016-09-01Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...Tim Graham
2016-08-01Fixed #26930 -- Prevented makemigrations from accessing an empty database.Tim Graham
2016-05-11Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-05Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.Attila Tovt
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-10-24Fixed #25604 -- Added makemigrations --check option.Jon Dufresne
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-08-24Fixed #25047 -- Improved "Conflicting migrations" error message.Tim Graham
2015-08-18Fixed #24755 -- Hid operations from dependency apps when merging migrationsMarkus Holtermann
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-03-16Fixed #24427 -- Stopped writing migration files in dry run mode when merging.John Giannelos
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-28Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-20Removed reduce() usage in makemigrations; refs #23796.Brad Walker
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-07-14Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...Huu Nguyen
2014-06-20Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
2014-06-16Fixed #22848: Ignore no-migrations errors during makemigrations onlyAndrew Godwin
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-08Fixed #22777: Add dependency on through for autodetected M2M addsAndrew Godwin
2014-05-27Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-08Removed unused imports in makemigrationsClaude Paroz