django1/django/core/management
Mariusz Felisiak 3d716467a9 Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline. 2019-09-10 12:01:00 +02:00
..
commands Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline. 2019-09-10 12:01:00 +02:00
__init__.py Fixed #30763 -- Fixed management commands when using required mutually exclusive groups. 2019-09-06 10:55:24 +02:00
base.py Corrected multiple typos. 2019-08-12 12:53:36 +02:00
color.py Fixed #29560 -- Added --force-color management command option. 2018-09-11 11:15:42 -04:00
sql.py Removed unnecessary assignments in various code. 2019-04-24 13:09:29 +02:00
templates.py Fixed #30693 -- Removed separate import of os.path in django.core.management.templates. 2019-08-19 13:27:13 +02:00
utils.py Replaced subprocess commands by run() wherever possible. 2019-08-23 10:53:36 +02:00