jazzband / django-analytical

Analytics services for Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Django 2.0

Anteru opened this issue · comments

Django 2.0 breaks if user.is_authenticated(): (utils.py, line 74), which needs to become if user.is_authenticated: -- this should also work from Django 1.10 onwards, see: https://docs.djangoproject.com/en/2.0/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods

Would you mind to prepare a PR?

Guess this can be closed then, given the PR has been merged. Hope you'll push out a release soon :)