Django-contrib-comments

Latest version: v2.2.0

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

Scan your dependencies

Page 1 of 3

2.2.0

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

* Confirmed support for Django 4.0.

2.1.0

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

* Dropped support for Django 1.11, 2.0, and 2.1.
* Added the ``delete_stale_comments`` management command.
* Added db_index to ``object_pk`` and ``is_removed`` fields.
* Altered ``object_pk`` from ``TextField`` to ``CharField(max_length=64)``
so that the field can be indexed on MySQL, too. **Warning:** if you attach
comments to objects whose primary key is serialized to more than 64
characters, you should provide a custom Comment model
(more about that in the documentation) with an appropriate
``object_pk`` field.
* Confirmed support for Python 3.9.
* Added support for Django 3.2.

2.0.0

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

* Removed support for Python 2.
* Renamed zh_CN to zh_Hans and zh_TW to zh_Hant to match
Django Chinese translations naming.
* Confirmed support for Django 3.1 and avoid deprecation warnings.
* Confirmed support for Python 3.8.
* Updated Arabic and German translations.

1.9.2

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

* WARNING: This *is* the last version supporting Python 2.
* Confirmed support for Django 3.0.
* Prevented deprecation warnings with Django 3.0.
* Updated Danish and Indonesian translations.

1.9.1

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

* WARNING: This is most probably the last version supporting Python 2.
* Added testing for Python 3.7.
* Confirmed support for Django 2.2 (no code changes required).
* Updated translations.

1.9.0

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

* Added testing for Python 3.6.
* Confirmed support for Django 2.0 and 2.1.
* Dropped support for Django < 1.11.
* ``ip_address`` is set to None when ``REMOTE_ADDR`` is empty (93).

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.