Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/dbshell.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Converted remaining management commands to argparseClaude Paroz2014-06-141-8/+5
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-1/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-5/+15
* Fixed #8978 -- We now print a helpful error message for '...Adrian Holovaty2008-09-091-2/+10
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-111-2/+2
* Improved error handling for management.py commands, espec...Russell Keith-Magee2007-08-161-3/+3
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+10