I have a model [http://pastie.org/1582079] which I am trying to get tags based on the Worksheet foreign key, so tags per worksheet. I am unable to find any examples of ways how to do this?
I was able to accomplish this easily with django-tagging by doing Tag.objects.usage_for_queryset(Cashflow.objects.filter(worksheet=1).order_by('- date'), counts=True). How do i accomplish this in django-taggit? -- 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.