Hi there,

I have datetime fields (mysql)  with NULL values  and in django with 
models.DateTimeField(blank=True,null=True).

It's something like "valid_from" and "valid_to" and I use it as a condition 
if valid_to is NULL.

Existing values are showed correctly , I can modify the values and set them 
back to NULL.
But the widgets not working to select a date and time?

Thanks for some advice!

Christian

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4950488d-b79e-404b-91a8-6fb2ebf88d29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to