summaryrefslogtreecommitdiff
path: root/django/core/management/commands/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+12
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-14/+29
* Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.Peter Inglesby2021-09-061-6/+14
* Fixed #32363 -- Ensured sys.__interactivehook__ is called in shellPeter Inglesby2021-06-231-18/+22
* Fixed #32183 -- Fixed shell crash when passing code with nested scopes.William Schwartz2020-11-111-2/+2
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-0/+1
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-1/+1
* Fixed #29774 -- Fixed django-admin shell hang on startup.Adam Allred2018-10-191-1/+1
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-3/+3
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-2/+3
* Fixed #27670 -- Prevented shell crash on error in .pythonrc.Peter Inglesby2017-07-061-3/+10
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-6/+3
* Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen2017-04-241-1/+1
* Refs #23919 -- Removed misc Python 2/3 references.Tim Graham2017-01-251-1/+1
* Refs #25838 -- Removed the deprecated shell --plain option.Tim Graham2017-01-171-14/+0
* Fixed #27721 -- Added interface name to shell's IPython/bython import error.Peter Inglesby2017-01-121-2/+2
* Fixed #27707 -- Removed shell support for IPython < 1.0.Tim Graham2017-01-091-27/+1
* Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic2016-12-211-1/+14
* Fixed #27023 -- Prevented possibility of shell loading ~/.pythonrc.py twice.Peter Inglesby2016-08-051-2/+2
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-8/+16
* Fixed #26289 -- Enabled shell tab completion on systems using libedit.Saúl Ibarra Corretgé2016-03-081-1/+7
* Fixed #25680 -- Added django-admin shell --command option.Niels Van Och2016-01-061-0/+7
* Fixed #25838 -- Added "python" as an interface to the shell command.Jon Dufresne2015-12-221-48/+50
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-141-20/+12
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+1
* Populated the app registry earlier at startup.Aymeric Augustin2013-12-301-6/+2
* Stopped calling get_models() for a side effect.Aymeric Augustin2013-12-291-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Added support for IPython.start_ipython in shellMinRK2013-07-301-14/+26
* Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales2013-01-241-9/+15
* Fixed #17078 -- Made shell use std IPython startup.Ramiro Morales2012-12-311-2/+4
* [py3] Ported the 'shell' management command.Aymeric Augustin2012-08-291-9/+9
* Adds interpreter option to shell command as per ticket #18639Mike Grouchy2012-07-171-5/+15
* Changed `manage.py shell`'s help text to reflect that it can invoke bpython.Alex Gaynor2012-07-101-2/+2
* Fixed #17078: properly invoke IPython 0.12.Jacob Kaplan-Moss2012-01-191-3/+2
* Kill some more dead code.Alex Gaynor2011-09-101-7/+7
* Fixed #14187 -- Added support for bpython to shell management command. Thanks...Jannis Leidel2010-12-121-1/+5
* Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve...Jannis Leidel2010-12-121-6/+27
* Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.Jacob Kaplan-Moss2007-09-141-0/+13
* Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty2007-09-091-1/+5
* Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee2007-08-161-3/+3
* Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty2007-08-161-0/+42