I'm trying to create a site that has entries of different types and
tags that can link to any type of entry.

In my models, I have a

<code>tags = models.ManyToManyField(Tag, blank=True,
filter_interface=models.HORIZONTAL, related_name="tags")</code>

when using generic views and form.tags, I get a select box; however, i
would rather have a single text box into which I can type a string of
comma separated tags, and then have them parsed behind the scenes. Can
I still use generic views, or do I have to roll my own view?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to