Hi. I working on integrating the new GenericRelation field that was recently committed and making into into a 'tag field' where a user would just enter a list of strings into a single text field.
all is good on the display side, I've got my 'TagField' populating the input text field, and it shows the right things. but I'm kind of stuck on how to get the changes back into the database. specifically how to get the convert_post_data to work. for a ManyToMany type field, what is convert_post_data supposed to return? my code is here: http://zyons.python-hosting.com/file/trunk/zilbo/ common/tag/models.py?rev=102 specifically the problem is in the FormTagField::convert_post_data function .. I have no idea what I am supposed to be passing back. TIA Ian. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---