django1/django/core/management
MinRK 75cf5fc7f0 Added support for IPython.start_ipython in shell
IPython 1.0 introduces an actual stable public API function
for starting a normal (non-embedded) IPython session.

This is an official public API, which is promised to survive implementation changes.
2013-07-30 10:22:41 -07:00
..
commands Added support for IPython.start_ipython in shell 2013-07-30 10:22:41 -07:00
__init__.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
base.py Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using output styles. 2013-07-30 09:26:18 -04:00
color.py Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using output styles. 2013-07-30 09:26:18 -04:00
sql.py Fixed #14300 -- Fixed initial SQL location if models is a package. 2013-07-24 06:56:33 -04:00
templates.py Fixed #20632 -- Fixed {{ docs_version }} in project template 2013-06-20 15:39:58 +02:00
utils.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
validation.py Fixed #19925 - Added validation for REQUIRED_FIELDS being a list 2013-06-07 19:58:41 -04:00