Django

Code

root/django/trunk/django/core/management/__init__.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9470 [9470] 11/16/08 03:27:16 mtredinnick Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The …
(edit) @8768 [8768] 08/31/08 13:21:06 mtredinnick Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE …
(edit) @8425 [8425] 08/17/08 12:35:33 mtredinnick Fixed #8239 -- Google App Engine has a restricted "imp" module, which …
(edit) @8323 [8323] 08/12/08 08:39:46 russellm Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG …
(edit) @8282 [8282] 08/10/08 03:42:49 russellm Fixed #5943 -- Modified django-admin to behave like manage.py if settings …
(edit) @8228 [8228] 08/08/08 08:40:11 russellm Fixed #8120, #7997 -- Cleaned up the help messages displayed by …
(edit) @8227 [8227] 08/08/08 07:27:40 russellm Fixed #5825 -- Modified the custom command loader to allow for explicit …
(edit) @7888 [7888] 07/11/08 08:18:19 russellm Fixed #6017 -- Modified the Lax parser to allow --settings and the other …
(edit) @7316 [7316] 03/18/08 23:04:19 jacob Fixed a corner case in management.setup_environ (it was triggered under …
(edit) @6871 [6871] 12/03/07 23:53:33 adrian Undid [6718], as it broke 'django-admin.py runserver' for a reason I …
(edit) @6870 [6870] 12/03/07 23:46:46 adrian Cleaned up some docstrings and removed some unnecessary long-line breaking …
(edit) @6853 [6853] 12/02/07 17:26:01 mtredinnick Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, …
(edit) @6832 [6832] 12/02/07 09:27:44 mtredinnick Fixed #5743 -- Tweaked the exceptions raised when importing settings so …
(edit) @6718 [6718] 11/26/07 06:32:57 russellm Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a …
(edit) @6620 [6620] 10/27/07 11:03:24 gwilson Added to docstring of setup_environ about what the function returns.
(edit) @6591 [6591] 10/21/07 17:06:52 mtredinnick Fixed "django-admin.py --version" so that it doesn't print the version …
(edit) @6528 [6528] 10/18/07 20:26:09 gwilson Django coding style fixes.
(edit) @6456 [6456] 10/05/07 21:23:59 gwilson Refs #5690 -- Changed path joining to use os.pardir instead of '..'.
(edit) @6404 [6404] 09/21/07 19:27:07 russellm Fixed #5566 -- Fixed typo from [6042]. Thanks to thomas@gumption.com and …
(edit) @6403 [6403] 09/21/07 12:54:15 russellm Fixed misleading comment from [6402].
(edit) @6402 [6402] 09/21/07 12:52:36 russellm Fixed #5564 -- Fixed handling of the ProjectCommand? used by startapp.
(edit) @6401 [6401] 09/21/07 11:52:32 russellm Clean up of the command line argument error processing from [6400].
(edit) @6400 [6400] 09/21/07 11:19:20 russellm Fixed #5516 -- Added the ability for applications to define their own …
(edit) @6093 [6093] 09/10/07 23:27:06 adrian Restored 'django-admin.py --help'
(edit) @6091 [6091] 09/10/07 23:24:35 adrian Refactored some small parts of core.management -- …
(edit) @6089 [6089] 09/10/07 22:46:35 adrian Changed core.management print_help() methods to accept a prog_name …
(edit) @6088 [6088] 09/10/07 21:49:07 adrian Renamed 'args' variables in django.core.management to 'argv' to be more …
(edit) @6086 [6086] 09/09/07 23:33:24 adrian Renamed a variable in ManagementUtility?.execute() for clarity
(edit) @6075 [6075] 09/09/07 16:57:59 adrian Fixed #5369 -- Refactored the django-admin.py help system, allowing each …
(edit) @6050 [6050] 09/05/07 09:01:31 russellm Refs #5343 -- Reverted [6047]. Loading custom commands was causing the …
(edit) @6047 [6047] 09/04/07 07:59:49 russellm Fixed #5212, #5222 -- Added the ability for users to register their own …
(edit) @5929 [5929] 08/18/07 00:58:59 russellm Rolled out [5923]-[5925] due to breaking call_command().
(edit) @5924 [5924] 08/17/07 23:54:08 russellm Finished a sentence that didn't get committed in [5923].
(edit) @5923 [5923] 08/17/07 23:51:51 russellm Added the ability for end users to register commands with management.py.
(copy) @5898 [5898] 08/16/07 01:06:55 adrian Major refactoring of django.core.management -- it's now a package rather …
copied from django/trunk/django/core/management.py:
(edit) @5884 [5884] 08/14/07 16:44:39 adrian Made some negligible formatting changes to django/core/management.py
Note: See TracRevisionLog for help on using the revision log.