Author: jpellerin Date: 2006-07-19 13:58:03 -0500 (Wed, 19 Jul 2006) New Revision: 3387
Modified: django/branches/multiple-db-support/django/db/backends/ansi/sql.py Log: [multi-db] Removed reverse() from drop table output. Modified: django/branches/multiple-db-support/django/db/backends/ansi/sql.py =================================================================== --- django/branches/multiple-db-support/django/db/backends/ansi/sql.py 2006-07-19 18:57:26 UTC (rev 3386) +++ django/branches/multiple-db-support/django/db/backends/ansi/sql.py 2006-07-19 18:58:03 UTC (rev 3387) @@ -272,8 +272,6 @@ (style.SQL_KEYWORD('DROP TABLE'), style.SQL_TABLE(qn(f.m2m_db_table()))), db.connection)) - # Reverse it, to deal with table dependencies. - output.reverse() return output def get_initialdata(self, model): --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---