def get_absolute_url(self): target = reverse_lazy('blog:tagged_posts_list', args=[self.slug]) return target