chartit / django-chartit

A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.
http://django-chartit.mrsenko.com/
Other
492 stars 164 forks source link

Fix for the Django 1.7+ #32

Closed antonvino closed 8 years ago

antonvino commented 9 years ago

Django now relies on Python having json and does not have simplejson in utils anymore

fredrikand commented 9 years ago

This change would be much appriciated. Whats keeping it from being merged?

PiotrCzapla commented 9 years ago

Hi, Is this project still active, the pull request is super simple I wonder why noone just hit merge button.

ghost commented 9 years ago

Confirmed working with Django 1.8.3 on Python 2.7.6. I had to patch manually, why is no one merging? Thanks.

grantmcconnaughey commented 8 years ago

Hello. Django-chartit is not compatible with Django 1.7+. I released a fork called django-chartit2. It is now on PyPI.

atodorov commented 8 years ago

Hello everyone, I've just taken first steps to revive this project by cleaning up and merging with the django-chartit2 fork by @grantmcconnaughey.

Since this issue has been fixed in 63d2d4a0 I'm closing this PR. If you'd like to remove the simplejson dependency and instead use the json module please open another PR.