Re: Models not validating

2008-10-25 Thread Manuel Held
AdamC schrieb: > I'm really at sea here with my models. I used to have an application > in python with cgi, which would allow children to solve simple > multiplication problems and earn points for their team, which is then > displayed in a league table. > > I thought it would be fun to port this

Template Problem with SelectDateWidget

2008-10-25 Thread Manuel Held
Hi all, i have a little Problem with the order of the SelectDateWidget in the Templates. It always as Month - Day - Year. How can i Access the Form Fields separately in the Template? Thanks in advance. Manuel --~--~-~--~~~---~--~~ You received this message beca

ManyToManyField Unique ID

2010-06-02 Thread Manuel Held
Hi, i have following Models: ## class speiseplan(models.Model): kalenderwoche = models.PositiveSmallIntegerField(blank=True,null=True) start = models.DateField() end = models.DateField(blank=True,null=True) veroeffentlicht = models.BooleanField(default=