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
/
shell.py
Age
Commit message (
Expand
)
Author
2013-07-30
[1.6.x] Added support for IPython.start_ipython in shell
MinRK
2013-01-24
Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...
Ramiro Morales
2012-12-31
Fixed #17078 -- Made shell use std IPython startup.
Ramiro Morales
2012-08-29
[py3] Ported the 'shell' management command.
Aymeric Augustin
2012-07-17
Adds interpreter option to shell command as per ticket #18639
Mike Grouchy
2012-07-10
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
Alex Gaynor
2012-01-19
Fixed #17078: properly invoke IPython 0.12.
Jacob Kaplan-Moss
2011-09-10
Kill some more dead code.
Alex Gaynor
2010-12-12
Fixed #14187 -- Added support for bpython to shell management command. Thanks...
Jannis Leidel
2010-12-12
Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve...
Jannis Leidel
2007-09-14
Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.
Jacob Kaplan-Moss
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
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