.. |
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 #29236 -- Fixed diffsettings crash if using settings.configure().
|
2018-08-20 12:59:27 -04: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
|
Improved inspectdb readability with namedtuple attributes.
|
2018-07-20 19:58:16 -04:00 |
loaddata.py
|
Fixed loaddata error message when uncompressed fixture has a dot in its name.
|
2018-09-26 15:30:15 -04:00 |
makemessages.py
|
Removed parser.add_arguments() arguments that match the defaults.
|
2018-07-02 17:54:57 -04:00 |
makemigrations.py
|
Fixed #29831 -- Added validation for makemigrations --name.
|
2018-10-23 10:05:24 -04:00 |
migrate.py
|
Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple.
|
2018-09-19 17:13:39 -04:00 |
runserver.py
|
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
|
2018-08-22 09:13:58 -04: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
|
Fixed #29783 -- Added app label validation to showmigrations command.
|
2018-10-30 19:29:00 -04: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
|
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
|
2018-08-22 09:13:58 -04: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 |