summaryrefslogtreecommitdiff
path: root/django/core/management/commands/dbshell.py
AgeCommit message (Expand)Author
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