Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/shell.py
Commit message (Expand)AuthorAgeFilesLines
* 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) ...Russell 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 $PYTHON...Ramiro Morales2013-01-251-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 #1...Mike Grouchy2012-07-171-5/+15
* Changed `manage.py shell`'s help text to reflect that it ...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-111-7/+7
* Fixed #14187 -- Added support for bpython to shell manage...Jannis Leidel2010-12-131-1/+5
* Fixed #12735, #14892 and #11542 -- Fixed support for the ...Jannis Leidel2010-12-131-6/+27
* Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/...Jacob Kaplan-Moss2007-09-151-0/+13
* Fixed #5369 -- Refactored the django-admin.py help system...Adrian Holovaty2007-09-091-1/+5
* Improved error handling for management.py commands, espec...Russell Keith-Magee2007-08-161-3/+3
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+42