Django-comments-dab v2.7

v2.7.0

Features

  • #143 - Allow blocking users and emails.

  • #156 - Improve UI for commenting anonymously.

  • #203 - Enhance API docs by adding openapi and swagger page to RTD.

  • #215 - Reduce number of queries by prefetching foreign key objects on comment.

  • #218 - Add support for django 3.2.

Bug fixes

  • #202 - Fix response for state change on unflagged comments.

  • #210 - Reduce chances of XSS injections.

  • #213 - Fix namespace pollution caused by star imports.

  • #216 - Give warnings when deprecated template tag include_static is used.

Codebase enhancement

  • #205 - Enhance Coverage - Add tests for permissions.

  • #206 - Move metadata from setup.py to setup.cfg.

  • #200 and #209 - Tests enhancement and refactoring.

  • #223 - Migrate to github actions for CI.

  • #225 - Run tests for all supported python and django versions.

v2.7.1

Bug fixes

  • #230 - Fix closing of anonymous create comment modal.