areski / django-admin-tools-stats

Django-admin-tools-stats is a Django admin module that allow you to create easily charts on your dashboard based on specific models and criterias
http://django-admin-tools-stats.readthedocs.org/
Other
291 stars 74 forks source link

Fixes for newer Django/Python compatibility + Travis testing #23

Closed PetrDlouhy closed 8 years ago

PetrDlouhy commented 8 years ago

I have made several fixes so this project is able to run in newer Django and Python versions. This is ensured by Travis tests which run in Django 1.7-1.10 and Python 2.7,3.4 This fixes #22

@areski After pulling this PR, You will need to activate Travis tests for your repository.

areski commented 8 years ago

Amazing job!

areski commented 8 years ago

Merged and I released 0.7 with your changes, thanks

PetrDlouhy commented 8 years ago

Thanks for quick merging