summaryrefslogtreecommitdiff
path: root/django/core/management/commands/squashmigrations.py
AgeCommit message (Expand)Author
2025-01-22Fixed #24529 -- Allowed double squashing of migrations.Georgi Yanchev
2024-11-29Fixed #35308 -- Handled OSError when launching code formatters.Jacob Walls
2024-04-26Made confirmation prompt in squashmigrations consistent with other prompts.Cole D
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-02-23Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...Mariusz Felisiak
2022-02-11Refs #33476 -- Made management commands use black.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-02Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn
2020-04-28Merge stdout.write() calls in squashmigrations.François Freitag
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2018-12-19Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-20Refs #29506 -- Added validation for squashmigrations' app_label option.Claude Paroz
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-10-06Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)Claude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-04-25Fixed #24703 -- Changed squashmigrations to use a MigrationLoaderMarten Kenbeek
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-11-18Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-07-29Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-12Removed extra newline.Tim Graham
2014-07-11Fixed #22983: Alert when squashing RunPython operations with referred functions.Andrew Godwin
2014-06-14Fixed several flake8 errorsAlex Gaynor
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-04-30Fixed #22511 -- Added args to migrations management commands.Bruno Ribeiro da Silva
2013-11-06Allow squashing of squashed migrationsAndrew Godwin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-16First pass on squashmigrations command; files are right, execution not.Andrew Godwin