Hello everyone,
I am looking for a way to modify certain aspects of a Form class returned by newforms.form_for_model(). I have a ManyToManyField(Tag) attribute in my model and form_for_model() makes that a multiple select. I was wondering if it was possible to change just that field to a CharField (and then I'd modify save() to use get_or_create). Thank you very much --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

