#10285: Render commet list -------------------------------------+-------------------------------------- Reporter: kylef | Owner: kylef Status: new | Milestone: Component: django.contrib.comments | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- This patch adds the ability to render a comment list directly.
It tries the following templates: * "comments/<app>/<model>/list.html", * "comments/<app>/list.html", * "comments/list.html" Once it has found a template, it will pass a list of comments. This templatetag stop repetition as many templates I have written are implementing a comment list again and again. The templatetag can be used like: {{{ {% render_comment_list for [object] %} {% render_comment_list for [app].[model] [object_id] %} }}} -- Ticket URL: <http://code.djangoproject.com/ticket/10285> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---