django1/django/core/management/commands
Claude Paroz 2757209c9d Refs #27795 -- Removed force_text from templatize function 2017-02-06 17:35:03 +01:00
..
__init__.py
check.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
compilemessages.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
createcachetable.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
dbshell.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
diffsettings.py Fixed #27438 -- Added the diffsettings --default option. 2016-11-10 07:50:49 -05:00
dumpdata.py Fixed #26826 -- Stripped spaces from dumpdata pks arguments 2016-07-16 20:49:10 +02:00
flush.py Refs #23919 -- Replaced six.reraise by raise 2017-01-22 20:08:04 +01:00
inspectdb.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
loaddata.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
makemessages.py Refs #27795 -- Removed force_text from templatize function 2017-02-06 17:35:03 +01:00
makemigrations.py Refs #23919 -- Replaced io.open() with open(). 2017-01-18 21:45:12 -05:00
migrate.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
runserver.py Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command. 2017-01-27 13:30:27 -05:00
sendtestemail.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
shell.py Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
showmigrations.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
sqlflush.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
sqlmigrate.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
sqlsequencereset.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
squashmigrations.py Refs #23919 -- Replaced io.open() with open(). 2017-01-18 21:45:12 -05:00
startapp.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
startproject.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
test.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
testserver.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00