summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlmigrate.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-06-20Swapped placeholders in [sql]migrate command errorClaude Paroz
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin