Hi, I've created a model with 9 fields, 3 of which I need to be filled in at object create time, the other 6 filled in at a later date. I'm using the create_update.create_object generic view and everything seems to be working up to a point.
My template was just asking for the 3 mandatory fields on the form, but was rendering "Go back and fix these errors". So I changed the template to show all fields on the form and this shows that the remaining 6 fields are saying that they are required fields. Even the MySQL DB shows that they are no mandatory fields. So, the only thing that I can think is that generic views require all fields for a model to be filed in. Is this correct? Do I need to write my own view? Thanks for your help. Paul P.S. From what I've seen so far.. Awesome product.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---