Hi there! I'm trying to implement a simpler tag input for my blog. While the default many-to-many multiple select is all nice, and the nifty javascripted double box is also very cute, I just want a text input for comma separated values, each being a tag. Then, in the save() method, take care of each of those tags, checking if they exist, adding new ones, saving new links to the post_tag table and so... Still... I have done this in PHP quite a few times, but I just don't get my head around this one in python.
How would one handle this? * Display text input instead of default multi-select. * Handle the input and save it to the right places. Anyone? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---