Django-threadedcomments

Latest version: v2.0

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

Scan your dependencies

Page 1 of 3

2.0

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

* Added Django 4.0 support
* Dropped Django 1.7, 1.8, 1.9, 1.10, 1.11 support.
* Dropped Python 2.7-3.5 support, only 3.6+ is supported.

1.2

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

* Added Django 2.0 support.

1.1

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

* Added Django 1.10 support.
* Added sorting on the latest activity (`{% render_comment_list for [object] newest %}`).
* Dropped Django 1.5, 1.6 support.
* Dropped Python 2.6 support.

1.0.1

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

* Fixed model loading for Django 1.9, avoid importing them in ``__init__.py``.
* Fixed missing transaction management for ``ThreadedComment.save()``

1.0

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

* Fixed ``RenderCommentListNode.render()`` for Django 1.8
* Fixed MySQL index issue on tree_path
* Fixed updating ``ThreadedComment.last_child`` correctly

1.0b1

~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added Django 1.7 and 1.8 support
* Deleting last child should mark it's parent as having no children
* Fixed closing ``</li>`` markup in HTML
* Fixed MySQL issues with migrations, replaced ``TextField`` with ``CharField`` for tree_path

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.