Re: Meta class preventing table add

2007-06-26 Thread Charles Wesley
I am using MySQL. Thanks for clearing that up! charles On Jun 25, 3:02 pm, Brian Rosner <[EMAIL PROTECTED]> wrote: > On 2007-06-25 14:10:30 -0600, Charles Wesley <[EMAIL PROTECTED]> said: > > > > > > > Hello, > > > I'm a Django newbie, and I'm trying to set up a model that includes > > the follo

Re: Meta class preventing table add

2007-06-25 Thread Brian Rosner
On 2007-06-25 14:10:30 -0600, Charles Wesley <[EMAIL PROTECTED]> said: > > Hello, > > I'm a Django newbie, and I'm trying to set up a model that includes > the following table: > > class Team(models.Model): > school = models.ForeignKey(School, > unique_for_year="season_start_date") > s