Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: a098bee1b9fa4df64f3fd72ff5cbae43bf27e539
https://github.com/django/django/commit/a098bee1b9fa4df64f3fd72ff5cbae43bf27e539
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M django/core/management/__init__.py
M tests/admin_scripts/tests.py
Log Message:
-----------
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.