Re: Problem with syncdb's handling of ManyToManyFields

2007-03-22 Thread Malcolm Tredinnick
Hi Ben, On Wed, 2007-03-21 at 14:53 -0400, Benjamin Slavin wrote: > Howdy, folks, > > I'm in the process of migrating a Django project from MySQL to > PostgreSQL and think I may have stumbled across a nasty bug. It > relates to ManytoMany fields and the way in which syncdb creates the >

Problem with syncdb's handling of ManyToManyFields

2007-03-21 Thread Benjamin Slavin
Howdy, folks, I'm in the process of migrating a Django project from MySQL to PostgreSQL and think I may have stumbled across a nasty bug. It relates to ManytoMany fields and the way in which syncdb creates the database tables to handle this. For full details, please see the ticket at: