django1/django/core/management
Claude Paroz a098bee1b9 Fixed #19724 -- Output note when showing only core management commands
When listing available management commands, only core commands are
listed if settings have any error. This commit adds a note in this
case so errors are not totally silently skipped.
Thanks Peter Davis for the report.
2013-10-21 21:26:48 +02:00
..
commands Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
__init__.py Fixed #19724 -- Output note when showing only core management commands 2013-10-21 21:26:48 +02:00
base.py Fixed #21269 -- Don't crash when CommandError contains non-ascii 2013-10-14 21:21:07 +02:00
color.py Fixed #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00
sql.py Add get_migratable_models util method to ConnectionRouter 2013-10-16 18:02:49 +02:00
templates.py Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
utils.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
validation.py Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00