Closed mikes000 closed 12 years ago
This issue can be resolved by using a different serializeObject jQuery script
https://github.com/danheberden/serializeObject
solution was found by: toasterleavings on stackoverflow :D
http://stackoverflow.com/questions/11567495/django-dajax-validating-model-with-many-to-many-field
I am having an issue where when I try to validate a form from a model with a Many-to-Many field. The Form will not validate unless I select more than one item from the select-box.
Model validates fine when submitting form with standard POST method
Using jQuery serializeObject script as suggested in the tutorial