Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/sqlmigrate.py
Commit message (Collapse)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
| | | | output of sqlmigrate.
* 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
| | | | | | | The last component of the dotted path to the application module is consistently referenced as the application "label". For instance it's AppConfig.label. appname could be confused with AppConfig.name, which is the full dotted path.
* Adding 'sqlmigrate' command and quote_parameter to ↵Andrew Godwin2013-09-061-0/+52
support it.