Releases: comments-ink/django-comments-ink
Releases · comments-ink/django-comments-ink
v0.4.0
v0.3.0
- Introduces comment voting.
- Comment voting works both fully managed by the django backend, or in combination with the JavaScript plugin.
- The setting
COMMENTS_INK_LIST_ORDER
should be modified so that comments are listed ordered by the voting score:- Use
COMMENTS_INK_LIST_ORDER = ("-thread__score", "thread__id", "order")
to list in descending order by voting score.
- Use
- Only comments at
level = 0
can receive votes. - All themes' templates are adapted.
v0.2.0
v0.1.0
v0.0.2-alpha
- Implements object reactions, that allows users react to a pair (content_type, object_pk).