summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlmigrate.py
AgeCommit message (Expand)Author
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-06-20[1.7.x] Swapped placeholders in [sql]migrate command errorClaude Paroz
2014-05-15[1.7.x] Harmonized 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