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