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