Django

Code

root/django/trunk/django/core/management/commands


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9538 [9538] 11/30/08 20:21:33 mtredinnick Clean up the imports in loaddata.py to match other code whilst I'm in the …
(edit) @9537 [9537] 11/30/08 20:20:59 mtredinnick Fixed #9723 -- Not all Python distributions contain the bz2 module, so we …
(edit) @9531 [9531] 11/24/08 16:33:18 jacob Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer …
(edit) @9528 [9528] 11/24/08 15:13:33 jacob Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer …
(edit) @9527 [9527] 11/24/08 14:42:09 jacob Fixed #4924: added support for loading compressed fixtures. Thanks to Lars …
(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) @9053 [9053] 09/17/08 00:12:53 adrian Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of …
(edit) @8990 [8990] 09/08/08 21:18:06 adrian Fixed #8978 -- We now print a helpful error message for 'manage.py …
(edit) @8749 [8749] 08/30/08 15:17:58 mtredinnick Fixed #8702 -- Set up the initial locale correctly for the development …
(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) @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) @8336 [8336] 08/13/08 09:36:40 russellm Refs #8138 -- Added a stealth option to the loaddata command so that the …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8234 [8234] 08/08/08 11:41:55 mtredinnick Fixed #5463 -- Allow alternate file extensions on files that are …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(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) @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) @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) @7568 [7568] 05/30/08 20:01:17 jacob Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the …
(edit) @7320 [7320] 03/19/08 10:10:31 mtredinnick Fixed #6789 -- Added some small amount of extra protection for learners …
(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) @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) @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) @6883 [6883] 12/04/07 00:52:13 adrian Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' …
(edit) @6829 [6829] 12/02/07 09:17:14 mtredinnick Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas …
(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) @6483 [6483] 10/13/07 13:45:49 gwilson Removed unneeded use of len() in a couple expressions.
(edit) @6456 [6456] 10/05/07 21:23:59 gwilson Refs #5690 -- Changed path joining to use os.pardir instead of '..'.
(edit) @6298 [6298] 09/15/07 12:56:36 ikelly Fixed two more instances of bug #4827 in the management code.
(edit) @6291 [6291] 09/15/07 11:19:10 mtredinnick Fixed #5242 -- Fixed table processing for some databases with case …
(edit) @6290 [6290] 09/15/07 11:18:44 mtredinnick Variable renaming. I didn't feel comfortable with the tricky re-aliasing …
(edit) @6231 [6231] 09/14/07 17:16:14 jacob Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py.
(edit) @6204 [6204] 09/14/07 14:17:15 adrian Fixed #5376 -- Added --addrport option to the 'testserver' command. …
(edit) @6199 [6199] 09/14/07 13:29:34 adrian Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, …
(edit) @6092 [6092] 09/10/07 23:25:55 adrian Updated runfcgi management command to include 'subcommand' argument to …
(edit) @6081 [6081] 09/09/07 21:07:57 russellm Fixed #5375 -- Added base command options to the options registered …
(edit) @6075 [6075] 09/09/07 16:57:59 adrian Fixed #5369 -- Refactored the django-admin.py help system, allowing each …
(edit) @6028 [6028] 08/30/07 23:35:03 adrian Fixed #5307 -- startproject/startapp now makes sure all files it creates …
(edit) @6022 [6022] 08/26/07 19:30:37 adrian Changed 'validate' and 'runserver' management commands to display the …
(edit) @6013 [6013] 08/25/07 14:32:30 adrian Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer …
(edit) @6001 [6001] 08/25/07 06:17:33 russellm Fixed #5224 -- Corrected name of admin media option in management …
(edit) @5993 [5993] 08/23/07 06:33:26 russellm Added svn:ignore property to some directories that were missing it.
(edit) @5975 [5975] 08/19/07 21:28:40 adrian Removed a bunch of legacy django.db.backend imports
(edit) @5974 [5974] 08/19/07 21:20:33 adrian Implemented BaseDatabaseFeatures? and changed all code to access it -- …
(edit) @5967 [5967] 08/19/07 20:03:33 adrian Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106
(edit) @5964 [5964] 08/19/07 19:21:10 adrian Refactored get_sql_sequence_reset() to …
(edit) @5920 [5920] 08/17/07 17:56:36 adrian Fixed 'django-admin.py syncdb' to take verbosity into account when loading …
(edit) @5913 [5913] 08/16/07 19:11:56 russellm Added fix for verbosity handling in loaddata and test commands.
(edit) @5912 [5912] 08/16/07 18:05:00 adrian Added 'django-admin.py testserver' command and docs
(edit) @5911 [5911] 08/16/07 17:48:32 adrian Added shutdown_message to runserver command -- a hook for specifying a …
(edit) @5909 [5909] 08/16/07 14:34:25 adrian Removed some trailing space in commands/syncdb.py
(edit) @5907 [5907] 08/16/07 14:14:09 adrian Fixed bug in django.core.management.base.copy_helper, related to …
(edit) @5905 [5905] 08/16/07 10:14:21 adrian Fixed #5182 -- Fixed missing 'import sys' in syncdb.py. Thanks, John …
(edit) @5903 [5903] 08/16/07 09:34:01 russellm Improved error handling for management.py commands, especially for no …
(edit) @5901 [5901] 08/16/07 08:41:42 russellm Fixed #5179 -- Added missing kwargs to startapp command. Thanks for the …
(edit) @5900 [5900] 08/16/07 06:06:49 russellm Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. …
(add) @5898 [5898] 08/16/07 01:06:55 adrian Major refactoring of django.core.management -- it's now a package rather …
Note: See TracRevisionLog for help on using the revision log.