Hi all,
My question is:

Is there any chance to put into a DB date field a value 0000-00-00
using Django ORM?
My users upload their data into a DB using Django application.

If the data field is empty from their source file, Django generate an
exception that format is not correct.

I was trying to parse their data and replace it empty date fields
values by a '0000-00-00', no luck.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to