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