.. |
__init__.py
|
Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly
|
2007-08-16 06:06:55 +00:00 |
check.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
compilemessages.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
createcachetable.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
dbshell.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
diffsettings.py
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
dumpdata.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
flush.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
inspectdb.py
|
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
|
2016-03-18 08:41:15 -04:00 |
loaddata.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
makemessages.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
makemigrations.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
migrate.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
runserver.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
sendtestemail.py
|
Fixed #24970 -- Added --managers and --admins options to the sendtestemail management command.
|
2015-06-22 07:21:26 -04:00 |
shell.py
|
Fixed #26289 -- Enabled shell tab completion on systems using libedit.
|
2016-03-08 08:37:14 -05:00 |
showmigrations.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
sqlflush.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
sqlmigrate.py
|
Fixed #25833 -- Added support for non-atomic migrations.
|
2016-02-05 09:09:05 -05:00 |
sqlsequencereset.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
squashmigrations.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
startapp.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
startproject.py
|
Added a function for SECRET_KEY generation logic.
|
2016-02-11 08:07:59 -05:00 |
test.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |
testserver.py
|
Refs #26315 -- Cleaned up argparse options in commands.
|
2016-03-05 13:19:29 -05:00 |