v2.10.5
- Removes external dependencies from
django_comments_xtd/__init__.py. - Opens up the range of supported Django versions to "Django>=4,<6".
- Uses
pyproject.tomlto replacesetup.py. - Updates
tox.ini. - Build JavaScript plugin during CI.
- Replace flake8 with ruff, and adopt pre-commit rules.
- Many stylistic changes after applying ruff.