On Friday 17 October 2008 09:18:16 pm dbee wrote:
> class TeleIntForm(ModelForm):
>
> call_back = forms.DateTimeField(required=False)
> meeting_date = forms.DateTimeField(required=False)
>
> class Meta:
> model = TeleInt
are you sure this is the way to define a modelform - why
On Fri, Oct 17, 2008 at 11:48 AM, dbee <[EMAIL PROTECTED]> wrote:
>
> I keep getting the same stupid error ... "Enter valid date/time". I've
> done everything I can think of to let django know that the value in
> question can be blank ...
>
>
http://code.dja
I keep getting the same stupid error ... "Enter valid date/time". I've
done everything I can think of to let django know that the value in
question can be blank ...
# Store the people who need reminding of things
class TeleInt (models.Model):
call_back = models.DateTimeF
3 matches
Mail list logo