Let me try this again, I'm not sure my other post was understood very
well.

In Bennett's book he wants the Coltrane blog to allow browsing of
entries and links by tag.  So, I'm trying to write the tag templates
to that end. But I don't see how this can be done with the code from
the book.

I've looked on other sites that address django-tagging and browsing by
tag and it seems they include a special function in the models that
allow you to do this. Like:

     def get_tags(self):
          return Tag.objects.get_for_object(self)

But, Bennett's book has nothing like that. At least not through the
chapters on templates.

Can anyone tell me what I'm missing?
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to