django / django-contrib-comments

BSD 3-Clause "New" or "Revised" License
614 stars 196 forks source link

django 3.0 compatibility #147

Closed ephes closed 4 years ago

ephes commented 4 years ago

python_2_unicode_compatible has been removed

claudep commented 4 years ago

Thanks for the patch, but the current code should be compatible with Django 3.0 as python_2_unicode_compatible is imported from six. I just released 1.9.2 so you can check with that. I'll remove python_2_unicode_compatible in #148.

ephes commented 4 years ago

Yes, installed 1.9.2 and it worked, thanks a lot :).