Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Django 1.8 compatibility - get_query_set should be renamed #11

Open
flurischt opened this issue Sep 18, 2015 · 1 comment
Open

Django 1.8 compatibility - get_query_set should be renamed #11

flurischt opened this issue Sep 18, 2015 · 1 comment
Labels

Comments

@flurischt
Copy link

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`.
@rhblind rhblind added the bug label Sep 18, 2015
@rhblind
Copy link
Owner

rhblind commented Sep 18, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants