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

Sort on newest #92

Closed HenryMehta closed 3 years ago

HenryMehta commented 6 years ago

I'm sorry for taking this approach but I wanted to sort the comments so the most recent would be first. I've forked this, made a couple of amendments and it seems to work using {% render_comment_list for object newest %} but I don't know how to offer it back to the community so you can review and make part of master.