django1/django/core/management/commands
Dan Davis 5e94c817ee [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Partially reverted 50b8493581 (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
Backport of 2bd8df243a from master.
2019-02-13 14:00:53 -05:00
..
check.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
compilemessages.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
createcachetable.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
dbshell.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
diffsettings.py Fixed #30057 -- Fixed diffsettings ignoring custom configured settings. 2019-01-12 11:07:03 -05:00
dumpdata.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
flush.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
inspectdb.py Refs #29722 -- Added introspection of partitions for PostgreSQL. 2018-11-19 14:06:01 -05:00
loaddata.py [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 14:00:53 -05:00
makemessages.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
makemigrations.py Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations. 2018-12-19 12:41:31 +01:00
migrate.py [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 14:00:53 -05:00
runserver.py [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 14:00:53 -05:00
sendtestemail.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
shell.py Fixed #29774 -- Fixed django-admin shell hang on startup. 2018-10-19 20:00:12 -04:00
showmigrations.py [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 14:00:53 -05:00
sqlflush.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
sqlmigrate.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
sqlsequencereset.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
squashmigrations.py [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 14:00:53 -05:00
startapp.py DRY'd startapp and startproject management commands. 2017-05-30 10:30:32 -04:00
startproject.py DRY'd startapp and startproject management commands. 2017-05-30 10:30:32 -04:00
test.py Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an equals sign. 2018-08-23 10:12:03 -04:00
testserver.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00