Django

Code

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


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9535 [9535] 11/29/08 05:51:41 russellm Fixed #9717 -- Corrected a problem where django-admin.py flush would …
(edit) @8401 [8401] 08/15/08 23:11:38 russellm Fixes #7845: Removed a piece of stale code that was causing ./manage.py …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(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) @7790 [7790] 06/29/08 23:46:59 mtredinnick Make sure we only create the minimum number of table indexes for …
(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) @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) @6994 [6994] 01/04/08 14:26:13 ikelly Fixed the Oracle backend mangling colorized unique_together SQL.
(edit) @6921 [6921] 12/17/07 00:02:35 mtredinnick Generic relations should not try to drop their related table in …
(edit) @6650 [6650] 11/04/07 00:05:24 mtredinnick Fixed #5729 -- For MySQL (only), always delay the creation of foreign …
(edit) @6298 [6298] 09/15/07 12:56:36 ikelly Fixed two more instances of bug #4827 in the management code.
(edit) @6195 [6195] 09/14/07 13:12:36 ikelly Fixed #5218: Made Oracle create autoinc triggers using the correct name …
(edit) @6013 [6013] 08/25/07 14:32:30 adrian Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer …
(edit) @5980 [5980] 08/19/07 22:13:03 adrian Removed legacy django.db.backend import in sql_delete()
(edit) @5978 [5978] 08/19/07 22:08:32 adrian Refactored get_drop_sequence() to DatabaseOperations?.drop_sequence_sql(). …
(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) @5966 [5966] 08/19/07 19:30:19 adrian Refactored get_tablespace_sql() to DatabaseOperations?.tablespace_sql(). …
(edit) @5963 [5963] 08/19/07 19:15:53 adrian Refactored get_sql_flush() to DatabaseOperations?.sql_flush(). Refs #5106
(edit) @5960 [5960] 08/19/07 18:53:39 adrian Refactored get_max_name_length() to DatabaseOperations?.max_name_length(). …
(edit) @5956 [5956] 08/19/07 18:07:34 adrian Refactored get_drop_foreignkey_sql() to …
(edit) @5955 [5955] 08/19/07 18:03:38 adrian Refactored get_deferrable_sql() to DatabaseOperations?.deferrable_sql(). …
(edit) @5950 [5950] 08/19/07 17:29:57 adrian Began implementing BaseDatabaseOperations? class for every database …
(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.