Hi all, I found out that with "manage.py sql myapp" the generated sql for a date field still ends up with "NOT NULL" as a suffix. Removing this suffix from the mysql command makes Django properly handle the model and form behaviour (when the field is allowed to be something other then 'NULL'). De proper handling is in combination with modelforms btw, and i've tested this on the latest svn checkout.
I don't know whether this is implemented 'by choice' but if not I'd thought you like to know. Regards, Gerard. -- urls = { 'fun': 'www.zonderbroodje.nl', 'tech': 'www.gp-net.nl' } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---