madisona/django-google-maps

Is Compatible with Django 2.1 or Higher Version?

Closed this issue · 2 comments

When I tried to upgrade Django's version using pip install Django==2.1, the console returned the following message.

Collecting Django==2.1
  Using cached https://files.pythonhosted.org/packages/51/1a/e0ac7886c7123a03814178d7517dc822af0fe51a72e1a6bff26153103322/Django-2.1-py3-none-any.whl
Requirement already satisfied: pytz in ./venv/lib/python3.7/site-packages (from Django==2.1) (2018.5)
django-google-maps 0.10.1 has requirement Django<2.1,>=1.11.0, but you'll have django 2.1 which is incompatible.
Installing collected packages: Django
  Found existing installation: Django 2.0.13
    Uninstalling Django-2.0.13:
      Successfully uninstalled Django-2.0.13
Successfully installed Django-2.1

I see the new version can be installed, however, is there anything incompatible existed? Thanks.

Thanks very much, Aaron!