summaryrefslogtreecommitdiff
path: root/django/core/management/__init__.py
AgeCommit message (Expand)Author
2008-08-31Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE whenMalcolm Tredinnick
2008-08-17Fixed #8239 -- Google App Engine has a restricted "imp" module, which doesn'tMalcolm Tredinnick
2008-08-12Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG and ...Russell Keith-Magee
2008-08-10Fixed #5943 -- Modified django-admin to behave like manage.py if settings are...Russell Keith-Magee
2008-08-08Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ...Russell Keith-Magee
2008-08-08Fixed #5825 -- Modified the custom command loader to allow for explicit speci...Russell Keith-Magee
2008-07-11Fixed #6017 -- Modified the Lax parser to allow --settings and the other core...Russell Keith-Magee
2008-03-19Fixed a corner case in management.setup_environ (it was triggered under Cygwi...Jacob Kaplan-Moss
2007-12-04Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ...Adrian Holovaty
2007-12-04Cleaned up some docstrings and removed some unnecessary long-line breaking in...Adrian Holovaty
2007-12-02Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@...Malcolm Tredinnick
2007-12-02Fixed #5743 -- Tweaked the exceptions raised when importing settings so that weMalcolm Tredinnick
2007-11-26Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s...Russell Keith-Magee
2007-10-27Added to docstring of `setup_environ` about what the function returns.Gary Wilson Jr
2007-10-21Fixed "django-admin.py --version" so that it doesn't print the version stringMalcolm Tredinnick
2007-10-19Django coding style fixes.Gary Wilson Jr
2007-10-06Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.Gary Wilson Jr
2007-09-22Fixed #5566 -- Fixed typo from [6042]. Thanks to thomas@gumption.com and mir ...Russell Keith-Magee
2007-09-21Fixed misleading comment from [6402].Russell Keith-Magee
2007-09-21Fixed #5564 -- Fixed handling of the ProjectCommand used by startapp.Russell Keith-Magee
2007-09-21Clean up of the command line argument error processing from [6400].Russell Keith-Magee
2007-09-21Fixed #5516 -- Added the ability for applications to define their own managem...Russell Keith-Magee
2007-09-11Restored 'django-admin.py --help'Adrian Holovaty
2007-09-11Refactored some small parts of core.management -- ManagementUtility.execute()...Adrian Holovaty
2007-09-11Changed core.management print_help() methods to accept a prog_name argument i...Adrian Holovaty
2007-09-11Renamed 'args' variables in django.core.management to 'argv' to be more clear...Adrian Holovaty
2007-09-10Renamed a variable in ManagementUtility.execute() for clarityAdrian Holovaty
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-09-05Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin...Russell Keith-Magee
2007-09-04Fixed #5212, #5222 -- Added the ability for users to register their own comma...Russell Keith-Magee
2007-08-18Rolled out [5923]-[5925] due to breaking call_command().Russell Keith-Magee
2007-08-18Finished a sentence that didn't get committed in [5923].Russell Keith-Magee
2007-08-18Added the ability for end users to register commands with management.py.Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty