summaryrefslogtreecommitdiff
path: root/django/core/management/commands/dbshell.py
AgeCommit message (Expand)Author
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-04-14Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson
2020-04-14Refs #29501 -- Made dbshell catch more specific FileNotFoundError.Adam Johnson
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2008-09-09Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' i...Adrian Holovaty
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2007-08-16Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty