django-comments-xtd icon indicating copy to clipboard operation
django-comments-xtd copied to clipboard

add ordering filter and submit_date_timestamp to the API

Open PetrDlouhy opened this issue 2 years ago • 0 comments

I added OrderingFilter to the comments API to enable sorting by particular fields. I also added submit_date_timestamp to be able to sort by date and it could be also helpful to determine the exact time in some applications (as submit_date is dependend on server timezone).

PetrDlouhy avatar Feb 02 '22 15:02 PetrDlouhy