1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #26697 -- Removed contrib.gis.maps.

This commit is contained in:
Tim Graham
2016-09-15 16:15:02 -04:00
parent 727d7ce6cb
commit 5a51b44936
12 changed files with 4 additions and 927 deletions

View File

@@ -382,6 +382,10 @@ Backwards incompatible changes in 1.11
``contrib.gis`` was first released, :ref:`gdalbuild` is now a required
dependency for GeoDjango. In older versions, it's only required for SQLite.
* ``contrib.gis.maps`` is removed as it interfaces with a retired version of
the Google Maps API and seems to be unmaintained. If you're using it, `let
us know <https://code.djangoproject.com/ticket/14284>`_.
Database backend API
--------------------