Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polygon import error in 1.9 #68

Closed
afrigeri opened this issue Dec 10, 2015 · 1 comment
Closed

Polygon import error in 1.9 #68

afrigeri opened this issue Dec 10, 2015 · 1 comment

Comments

@afrigeri
Copy link

After updating to 1.9 I got:
File "/usr/local/lib/python2.7/dist-packages/djgeojson/views.py", line 6, in
from django.contrib.gis.geos.geometry import Polygon

then I changed to:
from django.contrib.gis.geos import Polygon

and it seems ok.

Alessandro

@leplatrem
Copy link
Collaborator

Thanks for this feedback!
Could you please open a pull-request to fix it for everyone?

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

No branches or pull requests

3 participants