Django

Code

root/django/trunk/django/core/management


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) @9357 [9357] 11/06/08 05:19:13 russellm Fixed #9011 -- Corrected handling of fixture files that contain errors to …
(edit) @9155 [9155] 10/05/08 20:36:35 kmtracey Fixed #9212: Added code to check the xgettext version, and if it is lower …
(edit) @9148 [9148] 10/05/08 06:39:58 mtredinnick Fixed #9283 -- Deliberately silence one deprecation warning raised by …
(edit) @9110 [9110] 10/02/08 07:57:13 russellm Promoted --verbosity to be a top level option for all management commands. …
(edit) @9082 [9082] 09/22/08 01:03:24 ubernostrum Add some docstrings to the base classes for management commands. Refs …
(edit) @9053 [9053] 09/17/08 00:12:53 adrian Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of …
(edit) @9043 [9043] 09/16/08 00:39:49 adrian Fixed #9092 -- Improved validation of app/project names by …
(edit) @8990 [8990] 09/08/08 21:18:06 adrian Fixed #8978 -- We now print a helpful error message for 'manage.py …
(edit) @8768 [8768] 08/31/08 13:21:06 mtredinnick Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE …
(edit) @8749 [8749] 08/30/08 15:17:58 mtredinnick Fixed #8702 -- Set up the initial locale correctly for the development …
(edit) @8697 [8697] 08/29/08 10:45:23 jacob Fixed #8687, a bad variable name in validation. Thanks, vung.
(edit) @8576 [8576] 08/26/08 02:43:59 mtredinnick Fixed #7084 -- Fixed the "makemessages" command to handle line …
(edit) @8548 [8548] 08/25/08 13:53:18 jacob Removed outdated "adminindex" command -- the same behavior is now far …
(edit) @8527 [8527] 08/24/08 22:26:37 mtredinnick Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a …
(edit) @8488 [8488] 08/23/08 11:56:41 mtredinnick Fixed #7042 -- The management validation command nows alerts users to …
(edit) @8442 [8442] 08/19/08 09:17:24 russellm Fixed #7908: Added validation checks on attempts to create ForeignKey? and …
(edit) @8425 [8425] 08/17/08 12:35:33 mtredinnick Fixed #8239 -- Google App Engine has a restricted "imp" module, which …
(edit) @8404 [8404] 08/16/08 00:03:40 russellm Fixed #7285: Improved inspectdb handling of dashes in table and field …
(edit) @8403 [8403] 08/15/08 23:51:21 russellm Fixed #6935: Modified inspectdb to provide better handling for table names …
(edit) @8401 [8401] 08/15/08 23:11:38 russellm Fixes #7845: Removed a piece of stale code that was causing ./manage.py …
(edit) @8336 [8336] 08/13/08 09:36:40 russellm Refs #8138 -- Added a stealth option to the loaddata command so that the …
(edit) @8323 [8323] 08/12/08 08:39:46 russellm Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8282 [8282] 08/10/08 03:42:49 russellm Fixed #5943 -- Modified django-admin to behave like manage.py if settings …
(edit) @8239 [8239] 08/08/08 13:51:34 jacob Fixed #8100: Jython, apparently, is now a TTY.
(edit) @8234 [8234] 08/08/08 11:41:55 mtredinnick Fixed #5463 -- Allow alternate file extensions on files that are …
(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) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8157 [8157] 07/31/08 02:53:55 russellm Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. …
(edit) @8136 [8136] 07/29/08 07:41:08 russellm Fixed #6095 -- Added the ability to specify the model to use to manage a …
(edit) @8133 [8133] 07/29/08 00:53:44 mtredinnick Fixed #7589 -- Added a way for post-table-creation SQL modifications to be …
(edit) @8079 [8079] 07/25/08 22:01:33 mtredinnick Fix #7910 -- Added a missing import used when "django-admin.py …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7891 [7891] 07/11/08 10:08:09 russellm Fixed #7421 -- Corrected the condition used during syncdb to establish …
(edit) @7889 [7889] 07/11/08 09:06:59 russellm Fixed #7597 -- Added code to force the re-opening of the cursor …
(edit) @7888 [7888] 07/11/08 08:18:19 russellm Fixed #6017 -- Modified the Lax parser to allow --settings and the other …
(edit) @7848 [7848] 07/06/08 07:55:24 mtredinnick Fixed #7643 -- Fixed an oversight from [7844]. Now makemessages works in …
(edit) @7844 [7844] 07/06/08 01:39:44 mtredinnick Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup …
(edit) @7803 [7803] 06/30/08 07:18:29 russellm Fixed #7572 -- Force the closure of the database connection at the end of …
(edit) @7790 [7790] 06/29/08 23:46:59 mtredinnick Make sure we only create the minimum number of table indexes for …
(edit) @7706 [7706] 06/19/08 09:38:56 russellm Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management …
(edit) @7704 [7704] 06/19/08 08:24:39 russellm Fixed #6719 -- Added a --traceback option to syncdb to provide a stack …
(edit) @7653 [7653] 06/15/08 23:00:08 adrian Fixed #6497 -- Improved fixture error reporting by displaying the entire …
(edit) @7652 [7652] 06/15/08 22:56:48 adrian Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' …
(edit) @7629 [7629] 06/12/08 19:08:50 russellm Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. …
(edit) @7623 [7623] 06/11/08 23:22:02 adrian Fixed #7421 -- Improved syncdb implementation not to check for exact …
(edit) @7615 [7615] 06/11/08 09:01:35 russellm Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific …
(edit) @7595 [7595] 06/08/08 03:21:18 russellm Fixed #4371 -- Improved error checking when loading fixtures. Code now …
(edit) @7591 [7591] 06/08/08 00:38:13 jacob Fixed #6394: improved comment stripping in initial SQL files. Thanks, …
(edit) @7568 [7568] 05/30/08 20:01:17 jacob Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the …
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @7375 [7375] 03/27/08 17:07:40 ikelly Added inline Oracle tablespace SQL for unique_together constraints.
(edit) @7320 [7320] 03/19/08 10:10:31 mtredinnick Fixed #6789 -- Added some small amount of extra protection for learners …
(edit) @7316 [7316] 03/18/08 23:04:19 jacob Fixed a corner case in management.setup_environ (it was triggered under …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7215 [7215] 03/10/08 17:18:50 jacob Fixed #6374: cross-app and circular FK constraints are now detected and …
(edit) @7202 [7202] 03/07/08 21:12:27 gwilson Fixed #6223 -- When determining if terminal supports color, don't call …
(edit) @7199 [7199] 03/07/08 07:53:49 russellm Fixed #6420 -- Corrected the handling of the --traceback option in …
(edit) @7145 [7145] 02/22/08 06:50:10 russellm Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures …
(edit) @7106 [7106] 02/11/08 19:01:27 russellm Further clarification of help message for ./manage.py sqlall, this time …
(edit) @7105 [7105] 02/11/08 18:48:37 russellm Clarified help message for ./manage.py sqlall
(edit) @7037 [7037] 01/27/08 21:53:50 gwilson Fixed #6419 -- Fixed verbosity level checks in loaddata command that were …
(edit) @6994 [6994] 01/04/08 14:26:13 ikelly Fixed the Oracle backend mangling colorized unique_together SQL.
(edit) @6937 [6937] 12/17/07 05:09:56 mtredinnick Fixed [6932] so that "django-admin.py help dumpdata" works again.
(edit) @6936 [6936] 12/17/07 05:09:32 mtredinnick Fixed #4431 -- Added a --traceback option for dumpdata and loaddata …
(edit) @6932 [6932] 12/17/07 03:09:08 mtredinnick Fixed #6155 -- Fixed dumpdata to work with the default model manager …
(edit) @6922 [6922] 12/17/07 00:53:15 mtredinnick Fixed #6110 -- Mark the python format serializer as for internal use only. …
(edit) @6921 [6921] 12/17/07 00:02:35 mtredinnick Generic relations should not try to drop their related table in …
(edit) @6883 [6883] 12/04/07 00:52:13 adrian Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' …
(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) @6835 [6835] 12/02/07 12:10:07 mtredinnick Fixed #3323 -- More robust error handling for related objetcs. Thanks, …
(edit) @6832 [6832] 12/02/07 09:27:44 mtredinnick Fixed #5743 -- Tweaked the exceptions raised when importing settings so …
(edit) @6829 [6829] 12/02/07 09:17:14 mtredinnick Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas …
(edit) @6767 [6767] 11/29/07 23:13:05 adrian Edited docstring changes from [6480] -- moved the intense parameter …
(edit) @6718 [6718] 11/26/07 06:32:57 russellm Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a …
(edit) @6650 [6650] 11/04/07 00:05:24 mtredinnick Fixed #5729 -- For MySQL (only), always delay the creation of foreign …
(edit) @6622 [6622] 10/27/07 11:09:52 gwilson Wrapped some long lines and orginized imports.
(edit) @6621 [6621] 10/27/07 11:05:59 gwilson Fixed #5824 -- For the startapp command, pass the true project name to …
(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) @6590 [6590] 10/21/07 16:53:18 mtredinnick Fixed #3265 -- Made it a validation error to have field names with …
(edit) @6528 [6528] 10/18/07 20:26:09 gwilson Django coding style fixes.
(edit) @6483 [6483] 10/13/07 13:45:49 gwilson Removed unneeded use of len() in a couple expressions.
(edit) @6482 [6482] 10/13/07 13:33:03 gwilson Removed an unused import and a duplicate import.
(edit) @6481 [6481] 10/13/07 11:40:20 gwilson Removed trailing whitespace.
(edit) @6480 [6480] 10/13/07 11:38:19 gwilson Added docstring to copy_helper function.
(edit) @6479 [6479] 10/13/07 11:02:54 gwilson Removed unused itertools import and organized imports to adhere to PEP 8.
(edit) @6478 [6478] 10/13/07 10:59:54 gwilson Some 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) @6298 [6298] 09/15/07 12:56:36 ikelly Fixed two more instances of bug #4827 in the management code.
Note: See TracRevisionLog for help on using the revision log.