Loading django/contrib/gis/geos/__init__.py +1 −2 Original line number Diff line number Diff line """ The GeoDjango GEOS module. Please consult the GeoDjango documentation for more details: http://geodjango.org/docs/geos.html for more details: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/ """ from .collections import GeometryCollection, MultiPoint, MultiLineString, MultiPolygon # NOQA from .error import GEOSException, GEOSIndexError # NOQA Loading django/contrib/gis/utils/layermapping.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ vector files (e.g. SHP files) to Geographic-enabled Django models. For more information, please consult the GeoDjango documentation: http://geodjango.org/docs/layermapping.html https://docs.djangoproject.com/en/dev/ref/contrib/gis/layermapping/ """ import sys from decimal import Decimal, InvalidOperation as DecimalInvalidOperation Loading Loading
django/contrib/gis/geos/__init__.py +1 −2 Original line number Diff line number Diff line """ The GeoDjango GEOS module. Please consult the GeoDjango documentation for more details: http://geodjango.org/docs/geos.html for more details: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/ """ from .collections import GeometryCollection, MultiPoint, MultiLineString, MultiPolygon # NOQA from .error import GEOSException, GEOSIndexError # NOQA Loading
django/contrib/gis/utils/layermapping.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ vector files (e.g. SHP files) to Geographic-enabled Django models. For more information, please consult the GeoDjango documentation: http://geodjango.org/docs/layermapping.html https://docs.djangoproject.com/en/dev/ref/contrib/gis/layermapping/ """ import sys from decimal import Decimal, InvalidOperation as DecimalInvalidOperation Loading