Kaydet (Commit) 39ed6d96 authored tarafından Tim Graham's avatar Tim Graham

[1.8.x] Fixed #24750 -- Updated two contrib.gis comment links

Backport of 783572ab from master
üst 178b8fbd
""" """
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
""" """
__all__ = ['HAS_GEOS'] __all__ = ['HAS_GEOS']
......
...@@ -4,7 +4,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment