django-basic-apps icon indicating copy to clipboard operation
django-basic-apps copied to clipboard

RelatedPosts templatetag.

Open pmourelle opened this issue 11 years ago • 0 comments

This templatetag receives as parameter a Post instance (from template), and fills the given context variable ('related_posts' by default) with a queryset of all posts that share tags with it, ordered upside down "tags shared".

pmourelle avatar Jun 15 '13 07:06 pmourelle