.. |
__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
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05: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 #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
dumpdata.py
|
Fixed #23660 -- Moved sort_dependencies to core.
|
2014-10-16 03:04:13 +07:00 |
flush.py
|
Fixed #23699 -- Prevented flush from loading initial data for apps with migrations.
|
2014-10-27 06:56:44 -04:00 |
inspectdb.py
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
loaddata.py
|
Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.
|
2014-10-31 18:21:54 -04:00 |
makemessages.py
|
Fixed #23788 (2) -- Improved gettext version checker
|
2014-12-18 16:06:33 +01:00 |
makemigrations.py
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
migrate.py
|
Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
|
2014-12-16 18:34:25 -05:00 |
runfcgi.py
|
Converted remaining management commands to argparse
|
2014-06-14 13:43:44 +02:00 |
runserver.py
|
Tweaked fix for refs #23946; thanks Claude.
|
2014-12-02 15:57:08 -05: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
|
Fixed #23799 -- Made makemigrations respect --no-optimize.
|
2014-11-18 07:37:06 +01: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
|
Removed redundant skip_checks option for call_command
|
2014-10-20 17:26:00 +02: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 |