summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2007-12-17Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (whichMalcolm Tredinnick
2007-12-17Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessaryMalcolm Tredinnick
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-12-04Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on...Adrian Holovaty
2007-12-02Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt...Malcolm Tredinnick
2007-10-27Wrapped some long lines and orginized imports.Gary Wilson Jr
2007-10-27Fixed #5824 -- For the `startapp` command, pass the true project name to the ...Gary Wilson Jr
2007-10-13Removed unneeded use of `len()` in a couple expressions.Gary Wilson Jr
2007-10-06Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.Gary Wilson Jr
2007-09-15Fixed two more instances of bug #4827 in the management code.Ian Kelly
2007-09-15Fixed #5242 -- Fixed table processing for some databases with case insensitiv...Malcolm Tredinnick
2007-09-15Variable renaming. I didn't feel comfortable with the tricky re-aliasing in t...Malcolm Tredinnick
2007-09-14Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.Jacob Kaplan-Moss
2007-09-14Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t...Adrian Holovaty
2007-09-14Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, dan.f...Adrian Holovaty
2007-09-11Updated runfcgi management command to include 'subcommand' argument to usage()Adrian Holovaty
2007-09-10Fixed #5375 -- Added base command options to the options registered against d...Russell Keith-Magee
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-31Fixed #5307 -- startproject/startapp now makes sure all files it creates are ...Adrian Holovaty
2007-08-27Changed 'validate' and 'runserver' management commands to display the number ...Adrian Holovaty
2007-08-25Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...Adrian Holovaty
2007-08-25Fixed #5224 -- Corrected name of admin media option in management runserver c...Russell Keith-Magee
2007-08-20Removed a bunch of legacy django.db.backend importsAdrian Holovaty
2007-08-20Implemented BaseDatabaseFeatures and changed all code to access it -- connect...Adrian Holovaty
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
2007-08-20Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...Adrian Holovaty
2007-08-17Fixed 'django-admin.py syncdb' to take verbosity into account when loading in...Adrian Holovaty
2007-08-17Added fix for verbosity handling in loaddata and test commands.Russell Keith-Magee
2007-08-16Added 'django-admin.py testserver' command and docsAdrian Holovaty
2007-08-16Added shutdown_message to runserver command -- a hook for specifying a messag...Adrian Holovaty
2007-08-16Removed some trailing space in commands/syncdb.pyAdrian Holovaty
2007-08-16Fixed bug in django.core.management.base.copy_helper, related to refactoring ...Adrian Holovaty
2007-08-16Fixed #5182 -- Fixed missing 'import sys' in syncdb.py. Thanks, John ShafferAdrian Holovaty
2007-08-16Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee
2007-08-16Fixed #5179 -- Added missing kwargs to startapp command. Thanks for the repor...Russell Keith-Magee
2007-08-16Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. Tha...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty