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
/
sqlmigrate.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-12-09
Fixed #35935 -- Colorized system checks when running sqlmigrate.
Jacob Walls
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
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-08-04
Fixed typos in migrations tests, comments, and error message.
Jacob Walls
2020-03-09
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
David Wobrock
2020-03-09
Refs #31318 -- Optimized sqlmigrate by using MigrationLoader.
David Wobrock
2020-03-09
Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.
David Wobrock
2020-03-06
Optimized a bit handle() of sqlmigrate management command.
David Wobrock
2019-07-01
Fixed #30595 -- Added error message when no objects found to sql* management ...
Hasan Ramezani
2019-03-07
Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...
Parth Patil
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-25
Fixed #29518 -- Added validation for sqlmigrate's app_label argument.
oliver
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-05
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-08-18
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-06-20
Swapped placeholders in [sql]migrate command error
Claude Paroz
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin