honzakral / django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.
BSD 3-Clause "New" or "Revised" License
622 stars 165 forks source link

Newest activity #84

Closed fsboehme closed 7 years ago

fsboehme commented 7 years ago

Applied my 'newest activity' patch to the current version (incl. migration) if you want to pull it.

There's also a 'limit' parameter for the render_comment_list templatetag, so you can pull in the latest n comments, as well as an 'admin' parameter to allow displaying hidden (moderated) comments to admins.

vdboor commented 7 years ago

Thanks for this improvement!