I am attempting to use modelform_sets and AFAIK I have implemented it correctly. The problem is that the first time the form is submitted without any data in the form fields, the is_valid() function validates these fields as being valid and then stores empty values in the database, even though my model states that these fields cannot be blank/null. Is this a django error or am I going wrong in my code somewhere perhaps? Once some data (even if it is blank) has been submitted the first time, the form then validates input correctly as normal. I would much appreciate it someone can shed some light on this issue.
Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---