django-gcharts icon indicating copy to clipboard operation
django-gcharts copied to clipboard

Django 1.8 compatibility - get_query_set should be renamed

Open flurischt opened this issue 9 years ago • 1 comments

I'm currently on 1.7. Running manage.py check yields the following warning:

(venv)~/D/g/z ❯❯❯ python manage.py check 
../venv/lib/python2.7/site-packages/gcharts/__init__.py:42: RemovedInDjango18Warning: `GChartsManager.get_query_set` method should be renamed `get_queryset`.

flurischt avatar Sep 18 '15 19:09 flurischt

Hi, thanks for reporting. This library is in desperate need for some care and love, and I have it on my list. I'll try to make some time for updating to 1.8 compatibility and hopefully python 3.x as well.

rhblind avatar Sep 18 '15 20:09 rhblind