A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
Add new url at /napi/<content_type>/<object_pk>/$ to test a new method to list comments and their associated flags, using an API view NextCommentList that prefetch_related flags and users.
Start to work on a fix to issue-145:
/napi/<content_type>/<object_pk>/$
to test a new method to list comments and their associated flags, using an API viewNextCommentList
thatprefetch_related
flags and users.