summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlmigrate.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+29
* Fixed typos in migrations tests, comments, and error message.Jacob Walls2021-08-041-1/+1
* Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.David Wobrock2020-03-091-2/+3
* Refs #31318 -- Optimized sqlmigrate by using MigrationLoader.David Wobrock2020-03-091-8/+7
* Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.David Wobrock2020-03-091-1/+1
* Optimized a bit handle() of sqlmigrate management command.David Wobrock2020-03-061-2/+2
* Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani2019-07-011-0/+2
* Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...Parth Patil2019-03-071-2/+3
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-1/+1
* Fixed #29518 -- Added validation for sqlmigrate's app_label argument.oliver2018-06-251-0/+6
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-1/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-9/+11
* Fixed #25833 -- Added support for non-atomic migrations.Pankrat2016-02-051-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon2014-08-181-2/+10
* Swapped placeholders in [sql]migrate command errorClaude Paroz2014-06-201-2/+4
* Converted remaining management commands to argparseClaude Paroz2014-06-141-27/+23
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Used app_label instead of appname.Aymeric Augustin2013-12-281-1/+1
* Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin2013-09-061-0/+52