django/django-contrib-comments

Release a new version to resolve Django 2.1 compatibility

dcollinsn opened this issue · 1 comments

Currently the most current version of django-contrib-comments on pypi is 1.8.0, which is not compatible with Django 2.1, due to views/utils.py's use of django.utils.http's is_safe_url, which had an API change. This issue is resolved by e94b557#diff-79c5990d4a074dd413b23f20daa4312e .

Please consider cutting a release of the current master branch whenever possible to add compatibility with Django 2.1. Thanks!

1.9.0 has just been released.