|
|
|
@9110
|
[9110]
|
10/02/08 07:57:13 |
russellm |
Promoted --verbosity to be a top level option for all management commands. … |
|
|
|
@9082
|
[9082]
|
09/22/08 01:03:24 |
ubernostrum |
Add some docstrings to the base classes for management commands. Refs … |
|
|
|
@9043
|
[9043]
|
09/16/08 00:39:49 |
adrian |
Fixed #9092 -- Improved validation of app/project names by … |
|
|
|
@8282
|
[8282]
|
08/10/08 03:42:49 |
russellm |
Fixed #5943 -- Modified django-admin to behave like manage.py if settings … |
|
|
|
@7844
|
[7844]
|
07/06/08 01:39:44 |
mtredinnick |
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup … |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@6936
|
[6936]
|
12/17/07 05:09:32 |
mtredinnick |
Fixed #4431 -- Added a --traceback option for dumpdata and loaddata … |
|
|
|
@6767
|
[6767]
|
11/29/07 23:13:05 |
adrian |
Edited docstring changes from [6480] -- moved the intense parameter … |
|
|
|
@6483
|
[6483]
|
10/13/07 13:45:49 |
gwilson |
Removed unneeded use of len() in a couple expressions. |
|
|
|
@6482
|
[6482]
|
10/13/07 13:33:03 |
gwilson |
Removed an unused import and a duplicate import. |
|
|
|
@6481
|
[6481]
|
10/13/07 11:40:20 |
gwilson |
Removed trailing whitespace. |
|
|
|
@6480
|
[6480]
|
10/13/07 11:38:19 |
gwilson |
Added docstring to copy_helper function. |
|
|
|
@6479
|
[6479]
|
10/13/07 11:02:54 |
gwilson |
Removed unused itertools import and organized imports to adhere to PEP 8. |
|
|
|
@6400
|
[6400]
|
09/21/07 11:19:20 |
russellm |
Fixed #5516 -- Added the ability for applications to define their own … |
|
|
|
@6281
|
[6281]
|
09/15/07 06:19:50 |
mtredinnick |
Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. … |
|
|
|
@6094
|
[6094]
|
09/10/07 23:37:23 |
adrian |
Got runserver auto-reloading working again by removing what appeared to be … |
|
|
|
@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 … |
|
|
|
@6075
|
[6075]
|
09/09/07 16:57:59 |
adrian |
Fixed #5369 -- Refactored the django-admin.py help system, allowing each … |
|
|
|
@6028
|
[6028]
|
08/30/07 23:35:03 |
adrian |
Fixed #5307 -- startproject/startapp now makes sure all files it creates … |
|
|
|
@6022
|
[6022]
|
08/26/07 19:30:37 |
adrian |
Changed 'validate' and 'runserver' management commands to display the … |
|
|
|
@5965
|
[5965]
|
08/19/07 19:24:03 |
adrian |
Refactored get_start_transaction_sql() to … |
|
|
|
@5907
|
[5907]
|
08/16/07 14:14:09 |
adrian |
Fixed bug in django.core.management.base.copy_helper, related to … |
|
|
|
@5903
|
[5903]
|
08/16/07 09:34:01 |
russellm |
Improved error handling for management.py commands, especially for no … |
|
|
|
@5898
|
[5898]
|
08/16/07 01:06:55 |
adrian |
Major refactoring of django.core.management -- it's now a package rather … |