[1.8.x] Fixed #24750 -- Updated two contrib.gis comment links
Backport of 783572abc4
from master
This commit is contained in:
parent
178b8fbdcd
commit
39ed6d960e
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
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/
|
||||
"""
|
||||
__all__ = ['HAS_GEOS']
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue