Re: syncdb and missing many-to-many tables

2007-04-05 Thread Adrian Holovaty
On 4/4/07, SmileyChris <[EMAIL PROTECTED]> wrote: > I'd like to challenge the closing of > http://code.djangoproject.com/ticket/2229#comment:4 > > I do see Russell's point about syncdb not having schema-evolution > behaviour for data fields, but it DOES have schema-evolution for > missing tables

Re: syncdb and missing many-to-many tables

2007-04-03 Thread Malcolm Tredinnick
On Wed, 2007-04-04 at 05:28 +, SmileyChris wrote: > I'd like to challenge the closing of > http://code.djangoproject.com/ticket/2229#comment:4 > > I do see Russell's point about syncdb not having schema-evolution > behaviour for data fields, but it DOES have schema-evolution for > missing ta

syncdb and missing many-to-many tables

2007-04-03 Thread SmileyChris
I'd like to challenge the closing of http://code.djangoproject.com/ticket/2229#comment:4 I do see Russell's point about syncdb not having schema-evolution behaviour for data fields, but it DOES have schema-evolution for missing tables - you don't have to drop the whole app. So why can't it creat