index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
dbshell.py
Age
Commit message (
Expand
)
Author
2025-01-13
Refs #35844 -- Removed unnecessary ArgumentParser.add_argument_group()'s pref...
Mariusz Felisiak
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2023-05-04
Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...
Jan Pieter Waagmeester
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-14
Refs #29501 -- Made dbshell catch more specific FileNotFoundError.
Adam Johnson
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2011-10-23
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...
Julien Phalip
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-09-09
Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' i...
Adrian Holovaty
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2007-08-16
Improved error handling for management.py commands, especially for no argumen...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty