ModelForm usage

2009-11-11 Thread gerhard . oettl
Hello I am new to django and try to use the ModelForm paradigma, but can't get the point ;-(( My example: models.py: class Project(models.Model): id = models.AutoField(primary_key=True) deletetime = models.DateTimeField() name = models.CharField(max_length=50) beginDate =

Re: ModelForm usage

2009-11-20 Thread gerhard . oettl
Daniel Roseman schrieb: > On Nov 11, 10:04 am, gerhard.oe...@ogersoft.at wrote: >> Hello >> >> I am new to django and try to use the ModelForm paradigma, but can't get the >> point ;-(( > > As the documentation says, the point of a modelform is firstly to > validate input from a user and save it t