Thanks for your help. I ended up creating a view to do the work. If the
data is simple enough and just plain text, is there a compelling reason
to use AddManipulator or other manipulators instead of just
object.save()?
--~--~-~--~~~---~--~~
You received this messa
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
tags = models.ManyToManyField(Tag, blank=True,
filter_interface=models.HORIZONTAL, related_name="tags")
when using generic views and form.tags, I get a select box;
2 matches
Mail list logo