Django-contrib-comments

Latest version: v2.2.0

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

Scan your dependencies

Page 2 of 3

1.8.0

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

* Fixed a packaging error which caused sub-packages of the tests to be
distributed.
* Use ``get_current_site`` to look up the site instead of ``settings.SITE_ID``.
* Confirmed support for Django 1.11.
* Dropped Django 1.7 and Python 3.2/3.3 support.
* Added testing for Python 3.5.
* Updated translations.

1.7.3

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

* Fixed a regression which prevented the ``Comment`` model
from registering with the admin.
* Updated translations.

1.7.2

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

* ``get_comment_list`` now returns a ``QuerySet`` instead of a ``list``.
* Fixed a Django 1.9+ compatibility issue with a customized comment app in
``INSTALLED_APPS`` (87).
* Confirmed support for Django 1.10.

1.7.1

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

* Isolated abstract models outside of models.py so they can be imported without
triggering Django's deprecation warning about models living outside of a
'models' module.
* Updated translations.

1.7.0

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

* Dropped Django 1.6 and Python 2.6 support
* Improved usage of ``AppConfig`` functionality for custom models.
* Added ``CommentAbstractModel`` as another abstract model layer for easier
customization.
* Avoided N+1 query problem for users on comments.
* Made the moderation email subject translatable.
* Added a database index to ``Comment.submit_date``, since it is used for the
default ordering.
* Fixed packaging so locale files are distributed.
* Updated translations.

1.6.2

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

* Fixed some Django deprecation warnings.
* Setup translation system using Transifex.
* Added missing South migration for the email length.
* Updated translations.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.