django-fluent / django-fluent-comments

A modern, ajax-based appearance for django comments
https://django-fluent.org/
Apache License 2.0
182 stars 90 forks source link

Incompatibility issue for Django 2.0 #108

Closed larsrinn closed 6 years ago

larsrinn commented 6 years ago

In the post_comment_ajax view you're using the is_authenticated method on the User instance. This ability to call it as method and property was deprecated in Django 1.10 removed in 2.0: https://docs.djangoproject.com/en/2.0/releases/2.0/#features-removed-in-2-0

larsrinn commented 6 years ago

ok, I just saw there is already an PR but I couldn't find an issue

vdboor commented 6 years ago

Fixed! v2.0 is out!

larsrinn commented 6 years ago

Great, thanks! We're already running it in production :)