index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
shell.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-3
/
+12
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-14
/
+29
*
Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.
Peter Inglesby
2021-09-06
1
-6
/
+14
*
Fixed #32363 -- Ensured sys.__interactivehook__ is called in shell
Peter Inglesby
2021-06-23
1
-18
/
+22
*
Fixed #32183 -- Fixed shell crash when passing code with nested scopes.
William Schwartz
2020-11-11
1
-2
/
+2
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
1
-0
/
+1
*
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-21
1
-1
/
+1
*
Fixed #29774 -- Fixed django-admin shell hang on startup.
Adam Allred
2018-10-19
1
-1
/
+1
*
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-07-02
1
-3
/
+3
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-2
/
+3
*
Fixed #27670 -- Prevented shell crash on error in .pythonrc.
Peter Inglesby
2017-07-06
1
-3
/
+10
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-6
/
+3
*
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-04-24
1
-1
/
+1
*
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
1
-1
/
+1
*
Refs #25838 -- Removed the deprecated shell --plain option.
Tim Graham
2017-01-17
1
-14
/
+0
*
Fixed #27721 -- Added interface name to shell's IPython/bython import error.
Peter Inglesby
2017-01-12
1
-2
/
+2
*
Fixed #27707 -- Removed shell support for IPython < 1.0.
Tim Graham
2017-01-09
1
-27
/
+1
*
Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
jpic
2016-12-21
1
-1
/
+14
*
Fixed #27023 -- Prevented possibility of shell loading ~/.pythonrc.py twice.
Peter Inglesby
2016-08-05
1
-2
/
+2
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-8
/
+16
*
Fixed #26289 -- Enabled shell tab completion on systems using libedit.
Saúl Ibarra Corretgé
2016-03-08
1
-1
/
+7
*
Fixed #25680 -- Added django-admin shell --command option.
Niels Van Och
2016-01-06
1
-0
/
+7
*
Fixed #25838 -- Added "python" as an interface to the shell command.
Jon Dufresne
2015-12-22
1
-48
/
+50
*
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-19
1
-3
/
+3
*
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
1
-20
/
+12
*
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-20
1
-1
/
+1
*
Populated the app registry earlier at startup.
Aymeric Augustin
2013-12-30
1
-6
/
+2
*
Stopped calling get_models() for a side effect.
Aymeric Augustin
2013-12-29
1
-1
/
+1
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
1
-2
/
+2
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
1
-2
/
+2
*
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Added support for IPython.start_ipython in shell
MinRK
2013-07-30
1
-14
/
+26
*
Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...
Ramiro Morales
2013-01-24
1
-9
/
+15
*
Fixed #17078 -- Made shell use std IPython startup.
Ramiro Morales
2012-12-31
1
-2
/
+4
*
[py3] Ported the 'shell' management command.
Aymeric Augustin
2012-08-29
1
-9
/
+9
*
Adds interpreter option to shell command as per ticket #18639
Mike Grouchy
2012-07-17
1
-5
/
+15
*
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
Alex Gaynor
2012-07-10
1
-2
/
+2
*
Fixed #17078: properly invoke IPython 0.12.
Jacob Kaplan-Moss
2012-01-19
1
-3
/
+2
*
Kill some more dead code.
Alex Gaynor
2011-09-10
1
-7
/
+7
*
Fixed #14187 -- Added support for bpython to shell management command. Thanks...
Jannis Leidel
2010-12-12
1
-1
/
+5
*
Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve...
Jannis Leidel
2010-12-12
1
-6
/
+27
*
Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.
Jacob Kaplan-Moss
2007-09-14
1
-0
/
+13
*
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-09-09
1
-1
/
+5
*
Improved error handling for management.py commands, especially for no argumen...
Russell Keith-Magee
2007-08-16
1
-3
/
+3
*
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-08-16
1
-0
/
+42