.. |
__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 |
adminindex.py
|
Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, dan.fairs@gmail.com and piranha
|
2007-09-14 18:29:34 +00:00 |
createcachetable.py
|
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
|
2007-09-09 21:57:59 +00:00 |
dbshell.py
|
Improved error handling for management.py commands, especially for no argument or non-applabel argument commands.
|
2007-08-16 14:34:01 +00:00 |
diffsettings.py
|
Improved error handling for management.py commands, especially for no argument or non-applabel argument commands.
|
2007-08-16 14:34:01 +00:00 |
dumpdata.py
|
Fixed [6932] so that "django-admin.py help dumpdata" works again.
|
2007-12-17 11:09:56 +00:00 |
flush.py
|
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
|
2007-09-09 21:57:59 +00:00 |
inspectdb.py
|
Improved error handling for management.py commands, especially for no argument or non-applabel argument commands.
|
2007-08-16 14:34:01 +00:00 |
loaddata.py
|
Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. Thanks, Grzegorz Lukasik <hauserx@gmail.com>.
|
2008-03-07 13:53:49 +00:00 |
reset.py
|
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
|
2007-09-09 21:57:59 +00:00 |
runfcgi.py
|
Updated runfcgi management command to include 'subcommand' argument to usage()
|
2007-09-11 04:25:55 +00:00 |
runserver.py
|
Removed unneeded use of `len()` in a couple expressions.
|
2007-10-13 18:45:49 +00:00 |
shell.py
|
Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.
|
2007-09-14 22:16:14 +00:00 |
sql.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 |
sqlall.py
|
Further clarification of help message for ./manage.py sqlall, this time using the same term used in the documentation.
|
2008-02-12 01:01:27 +00:00 |
sqlclear.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 |
sqlcustom.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 |
sqlflush.py
|
Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, shaun@cuttshome.net
|
2007-08-25 19:32:30 +00:00 |
sqlindexes.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 |
sqlinitialdata.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 |
sqlreset.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 |
sqlsequencereset.py
|
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(). Refs #5106
|
2007-08-20 00:21:10 +00:00 |
startapp.py
|
Wrapped some long lines and orginized imports.
|
2007-10-27 16:09:52 +00:00 |
startproject.py
|
Fixed #6789 -- Added some small amount of extra protection for learners trying
|
2008-03-19 15:10:31 +00:00 |
syncdb.py
|
Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the process I renamed a couple of internal functions in django.core.management.sql, so this is a backwards-incompatible change if you were using those internal functions.
|
2008-05-31 01:01:17 +00:00 |
test.py
|
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
|
2007-09-09 21:57:59 +00:00 |
testserver.py
|
Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan
|
2007-09-14 19:17:15 +00:00 |
validate.py
|
Changed 'validate' and 'runserver' management commands to display the number of errors. This was previous behavior before the management.py refactoring
|
2007-08-27 00:30:37 +00:00 |