Django-fluent-comments

Latest version: v3.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.4.1

--------------------------

* Fixed compatibility with django_comments_ 1.8.

1.4

------------------------

* Added ``fluent_comments.forms.CompactLabelsCommentForm`` style for ``FLUENT_COMMENTS_FORM_CLASS``.
* Added ``FLUENT_COMMENTS_MODERATE_BAD_WORDS`` setting, to auto moderate on profanity or spammy words.
* Added ``FLUENT_COMMENTS_AKISMET_ACTION = "soft_delete"`` to auto-remove spammy comments. This is now the new default too.
* Exposed all form styles through ``fluent_comments.forms`` now.
* Fixed ``is_superuser`` check in moderation.
* Fixed ``blog_language`` parameter for Akismet.

1.3

------------------------

* Added Akismet support for Python 3, via python-akismet_.
* Added field reordering support, via the ``FLUENT_COMMENTS_FIELD_ORDER`` setting.
* Added form class swapping, through the ``FLUENT_COMMENTS_FORM_CLASS`` setting.
* Added new compact-form style, enable using::

FLUENT_COMMENTS_FORM_CLASS = 'fluent_comments.forms.CompactCommentForm'
FLUENT_COMMENTS_COMPACT_FIELDS = ('name', 'email', 'url')

* Added template blocks to override ``comments/form.html`` via ``comments/app_name/app_label/form.html``.
* Added support for ``app_name/app_label`` template overrides to our ``comments/comment.html`` template.

1.2.2

--------------------------

* Allow non-integer primary key
* Added Slovak translation

1.2.1

--------------------------

* Fixed error handling in JavaScript when server reports an error.

1.2

------------------------

* Fixed Django 1.9 support.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.