django1/django/core/management
Aymeric Augustin 9ccb92ad01 [1.8.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
In that case, the content of INSTALLED_APPS will be ignored until it's
fixed and the autoreloader kicks in. I confirmed this behavior manually.
As explained on the ticket it's hard to write a test for this case

Backport of df0a446f from master.
2015-10-19 20:41:48 +02:00
..
commands Fixed #24704 -- Made the autoreloader survive SyntaxErrors. 2015-08-29 23:12:08 +02:00
__init__.py [1.8.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS. 2015-10-19 20:41:48 +02:00
base.py [1.8.x] Added upgrade tip in BaseCommand.option_list deprecation comment. 2015-09-15 12:08:09 -04:00
color.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
sql.py Fixed #23866 -- Harmonized refs to Django documentation from code 2014-12-25 13:53:13 +01:00
templates.py [1.8.x] Fixed a few uses of Template that relied on a default engine. 2015-02-22 23:22:19 +01:00
utils.py [1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales. 2015-05-01 10:30:19 -04:00