.. |
__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
|
Fixed #25500 -- Added --fail-level option to check command.
|
2015-10-05 17:11:40 -04:00 |
compilemessages.py
|
Removed hardcoded utf-8 BOM, used value from codecs instead.
|
2015-10-25 09:28:11 -07:00 |
createcachetable.py
|
Simplified lists creation in three places.
|
2015-11-17 07:58:49 -05:00 |
dbshell.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -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 #26144 -- Used proxy_for_model instead of mro inspection.
|
2016-02-05 12:14:32 -05:00 |
flush.py
|
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
|
2015-09-08 08:41:03 -04:00 |
inspectdb.py
|
Fixed #26125 -- Fixed E731 flake warnings.
|
2016-01-25 14:23:43 -05:00 |
loaddata.py
|
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
|
2016-01-04 19:39:35 -05:00 |
makemessages.py
|
Fixed #26125 -- Fixed E731 flake warnings.
|
2016-01-25 14:23:43 -05:00 |
makemigrations.py
|
Fixed #26125 -- Fixed E731 flake warnings.
|
2016-01-25 14:23:43 -05:00 |
migrate.py
|
Fixed #26150 -- Sorted app_labels in migrate command output
|
2016-01-29 10:26:04 +11:00 |
runserver.py
|
Fixed #25855 -- Enhanced the migration warning for runserver.
|
2015-12-21 12:54: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 #25680 -- Added django-admin shell --command option.
|
2016-01-06 18:43:41 -05:00 |
showmigrations.py
|
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
2016-01-14 18:21:33 -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
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
squashmigrations.py
|
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
|
2015-09-19 14:55:34 +10: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
|
Removed some leftover trailing commas.
|
2016-02-04 12:23:13 -05:00 |
testserver.py
|
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
|
2015-09-08 08:41:03 -04:00 |