talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

fixes is_authenticated not a callable after django 2 #86

Closed jangeador closed 5 years ago

jangeador commented 5 years ago

In django 2 the user.is_authenticated() method was deprecated and turned into a bool.