Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/sqlmigrate.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23303 -- Added BEGIN and COMMIT statements to the ...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 suppor...Andrew Godwin2013-09-061-0/+52