django1/django/core/management
Jon Dufresne 8f14ed6c81 Removed unused os_err_exc_type kwarg from core.management.utils.popen_wrapper().
Unused since its introduction in 7fca4416c7.
2018-01-31 10:02:01 -05:00
..
commands Fixed #29004 -- Added inspectdb --include-views option. 2018-01-27 18:51:40 -05:00
__init__.py Fixed #28791 -- Allowed commands that don't require settings to work if the DJANGO_SETTINGS_MODULE doesn't exist. 2017-12-07 14:19:18 -05:00
base.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
color.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
sql.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
templates.py Fixed typo in TemplateCommand argument help text. 2018-01-01 19:31:27 -05:00
utils.py Removed unused os_err_exc_type kwarg from core.management.utils.popen_wrapper(). 2018-01-31 10:02:01 -05:00