I was adding django-sitemap to googility.com yesterday and found that Tags don't implement get\_absolute\_url(). Which makes sense since the site developer would want to decide how to expose them in the URL space.
It is also arguable that links to pages displaying the tag view already ...