summaryrefslogtreecommitdiff
path: root/django/core/management/commands/dbshell.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...Jan Pieter Waagmeester2023-05-041-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+11
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-1/+1
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-1/+13
* Refs #29501 -- Made dbshell catch more specific FileNotFoundError.Adam Johnson2020-04-141-5/+5
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-1/+1
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-7/+12
* Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne2016-03-051-1/+1
* 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) frameworkRussell 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 handling in a bunch of ...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 'manage.py dbshell' i...Adrian Holovaty2008-09-091-2/+10
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-2/+2
* Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee2007-08-161-3/+3
* Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty2007-08-161-0/+10