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
/
__init__.py
Age
Commit message (
Expand
)
Author
2007-12-04
Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ...
Adrian Holovaty
2007-12-04
Cleaned up some docstrings and removed some unnecessary long-line breaking in...
Adrian Holovaty
2007-12-02
Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@...
Malcolm Tredinnick
2007-12-02
Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we
Malcolm Tredinnick
2007-11-26
Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s...
Russell Keith-Magee
2007-10-27
Added to docstring of `setup_environ` about what the function returns.
Gary Wilson Jr
2007-10-21
Fixed "django-admin.py --version" so that it doesn't print the version string
Malcolm Tredinnick
2007-10-19
Django coding style fixes.
Gary Wilson Jr
2007-10-06
Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.
Gary Wilson Jr
2007-09-22
Fixed #5566 -- Fixed typo from [6042]. Thanks to thomas@gumption.com and mir ...
Russell Keith-Magee
2007-09-21
Fixed misleading comment from [6402].
Russell Keith-Magee
2007-09-21
Fixed #5564 -- Fixed handling of the ProjectCommand used by startapp.
Russell Keith-Magee
2007-09-21
Clean up of the command line argument error processing from [6400].
Russell Keith-Magee
2007-09-21
Fixed #5516 -- Added the ability for applications to define their own managem...
Russell Keith-Magee
2007-09-11
Restored 'django-admin.py --help'
Adrian Holovaty
2007-09-11
Refactored some small parts of core.management -- ManagementUtility.execute()...
Adrian Holovaty
2007-09-11
Changed core.management print_help() methods to accept a prog_name argument i...
Adrian Holovaty
2007-09-11
Renamed 'args' variables in django.core.management to 'argv' to be more clear...
Adrian Holovaty
2007-09-10
Renamed a variable in ManagementUtility.execute() for clarity
Adrian Holovaty
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-09-05
Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin...
Russell Keith-Magee
2007-09-04
Fixed #5212, #5222 -- Added the ability for users to register their own comma...
Russell Keith-Magee
2007-08-18
Rolled out [5923]-[5925] due to breaking call_command().
Russell Keith-Magee
2007-08-18
Finished a sentence that didn't get committed in [5923].
Russell Keith-Magee
2007-08-18
Added the ability for end users to register commands with management.py.
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
[prev]