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
2020-11-11
Fixed #32183 -- Fixed shell crash when passing code with nested scopes.
William Schwartz
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2018-10-19
Fixed #29774 -- Fixed django-admin shell hang on startup.
Adam Allred
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-07-06
Fixed #27670 -- Prevented shell crash on error in .pythonrc.
Peter Inglesby
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-17
Refs #25838 -- Removed the deprecated shell --plain option.
Tim Graham
2017-01-12
Fixed #27721 -- Added interface name to shell's IPython/bython import error.
Peter Inglesby
2017-01-09
Fixed #27707 -- Removed shell support for IPython < 1.0.
Tim Graham
2016-12-21
Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
jpic
2016-08-05
Fixed #27023 -- Prevented possibility of shell loading ~/.pythonrc.py twice.
Peter Inglesby
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-08
Fixed #26289 -- Enabled shell tab completion on systems using libedit.
Saúl Ibarra Corretgé
2016-01-06
Fixed #25680 -- Added django-admin shell --command option.
Niels Van Och
2015-12-22
Fixed #25838 -- Added "python" as an interface to the shell command.
Jon Dufresne
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
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-12-30
Populated the app registry earlier at startup.
Aymeric Augustin
2013-12-29
Stopped calling get_models() for a side effect.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-07-30
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