Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/sqlflush.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-141-9/+7
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* 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-2/+11
* Fixed #6650 -- Added UTF-8 encoding to SQL output provide...Russell Keith-Magee2008-06-191-1/+1
* Fixed #5086 -- The 'flush' and 'sqlflush' management comm...Adrian Holovaty2007-08-251-1/+1
* 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