.. |
__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 #17101 -- Integrated django-secure and added check --deploy option
|
2014-09-12 15:05:23 -04:00 |
compilemessages.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
createcachetable.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
dbshell.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
diffsettings.py
|
Fixed #22835 -- Deprecated NoArgsCommand.
|
2014-06-19 08:54:59 -04:00 |
dumpdata.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
flush.py
|
Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
|
2014-09-06 10:07:34 -04:00 |
inspectdb.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
loaddata.py
|
Only warn about initial data if fixtures have been found.
|
2014-07-27 13:23:16 +02:00 |
makemessages.py
|
Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.
|
2014-08-15 16:19:04 -03:00 |
makemigrations.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
migrate.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
runfcgi.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
runserver.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
shell.py
|
Fixed #22835 -- Deprecated NoArgsCommand.
|
2014-06-19 08:54:59 -04:00 |
sql.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
sqlall.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
sqlclear.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
sqlcustom.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
sqldropindexes.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
sqlflush.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
sqlindexes.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
sqlmigrate.py
|
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
|
2014-08-18 18:55:12 +02:00 |
sqlsequencereset.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
squashmigrations.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
startapp.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
startproject.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
syncdb.py
|
Fixed #22835 -- Deprecated NoArgsCommand.
|
2014-06-19 08:54:59 -04:00 |
test.py
|
Converted test management command to argparse
|
2014-06-14 13:43:39 +02:00 |
testserver.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |
validate.py
|
Fixed #22835 -- Deprecated NoArgsCommand.
|
2014-06-19 08:54:59 -04:00 |