summaryrefslogtreecommitdiff
path: root/django/core/management/commands/shell.py
AgeCommit message (Expand)Author
2012-01-19Fixed #17078: properly invoke IPython 0.12.Jacob Kaplan-Moss
2011-09-10Kill some more dead code.Alex Gaynor
2010-12-12Fixed #14187 -- Added support for bpython to shell management command. Thanks...Jannis Leidel
2010-12-12Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve...Jannis Leidel
2007-09-14Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.Jacob Kaplan-Moss
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
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