Got it. Should be models.DateTimeField(blank=True, null=True, default=None)
I shouldn't use default = "" on a DateTimeField. On Jan 12, 9:29 pm, "Cortland Klein" <[email protected]> wrote: > Update: It looks like it's a DateTimeField (lastsenttotranslation) that's > not included in the form, hence the form is_valid() but the actual save() > fails. But I'm still confused why... > > In models.py, its defined as: > > > lastsenttotranslation = models.DateTimeField(_("Last sent to Translation"), > > blank=True, default="") > > Do I need to set this to null=True instead? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

