Django-comments-dab v2.6

v2.6.0

Features

  • #43 - Add thread (content-type and parent comment) subscription.
  • #43 - Send email notification to thread’s subscribers on creating new comment.
  • #83 - Add ordering option for comments.
  • #117 - Add support for customization of user fields in the api.
  • #128 - Allow custom user model fields.
  • #142 - Extend ui customization.
  • #158 - Allow rendering new line in comment.

Bug fixes

  • #135 - Fix modal X button issue.
  • #139 - Fix url resolving issue.
  • #157 - Fix pluralization issue.

Codebase enhancement

  • #112 - Reduce testing time in pipeline.
  • #122 - Code clean up.
  • #129 - Update development guideline.
  • #132 and #137 - Tests enhancement and refactoring.
  • #144 - Move common logic from views to mixin.
  • #150 - Unify django views responses.
  • #165 - Solve CI issue with django master.

v2.6.1

Features

  • #163 - Add option for default profile pic location.

Bug fixes

  • #168 - Fix redirect path after login (Pass request object in template context).
  • #175 - Fix creating replies when subscription is disabled.

Codebase enhancement

  • #147 - Add missing step to setup documentation.
  • #173 - Rename default django branch to main.