mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #24750 -- Updated two contrib.gis comment links
This commit is contained in:
		| @@ -1,7 +1,6 @@ | |||||||
| """ | """ | ||||||
| The GeoDjango GEOS module.  Please consult the GeoDjango documentation | The GeoDjango GEOS module.  Please consult the GeoDjango documentation | ||||||
| for more details: | for more details: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/ | ||||||
|   http://geodjango.org/docs/geos.html |  | ||||||
| """ | """ | ||||||
| from .collections import GeometryCollection, MultiPoint, MultiLineString, MultiPolygon  # NOQA | from .collections import GeometryCollection, MultiPoint, MultiLineString, MultiPolygon  # NOQA | ||||||
| from .error import GEOSException, GEOSIndexError  # NOQA | from .error import GEOSException, GEOSIndexError  # NOQA | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|  vector files (e.g. SHP files) to Geographic-enabled Django models. |  vector files (e.g. SHP files) to Geographic-enabled Django models. | ||||||
|  |  | ||||||
|  For more information, please consult the GeoDjango documentation: |  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 | import sys | ||||||
| from decimal import Decimal, InvalidOperation as DecimalInvalidOperation | from decimal import Decimal, InvalidOperation as DecimalInvalidOperation | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user