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
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
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")
season_start_date = models.DateField()
division = models.ForeignKey(Division)
coach_fi
3 matches
Mail list logo