danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
595 stars 158 forks source link

Did anyone tested with Django 4.0 and python 3.10.5 #375

Closed engrimran7 closed 6 months ago

engrimran7 commented 1 year ago

Hi All please confirm if anyone has tested Django Comments Xtd with django 4.0 and python 3.10

danirus commented 1 year ago

I did some months ago. But the master branch doesn't have the changes yet. I will update it.

danirus commented 1 year ago

I double checked today, and it works without problem with Django 4. Only the battery of tests is not configured yet to run in Django with Python 3.10. I have checked and they pass.

So yes, you can use django-comments-xtd with Django 4.

JanMalte commented 1 year ago

Checks for django 4.0 and 4.1 going to be added by #380 As soon as this is merged, adding python 3.9 and 3.10 could be added as well.

JanMalte commented 1 year ago

Python 3.10 is tested now. This issue can be closed.