1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed #33030 -- Fixed broken links to GDAL docs.

This commit is contained in:
Märt Häkkinen
2021-08-22 20:34:03 +03:00
committed by Mariusz Felisiak
parent 3e6a3e8853
commit ed317e79e3
11 changed files with 22 additions and 21 deletions

View File

@@ -191,7 +191,7 @@ def get_ogr_db_string():
db = connections.databases['default']
# Map from the django backend into the OGR driver name and database identifier
# https://www.gdal.org/ogr/ogr_formats.html
# https://gdal.org/drivers/vector/
#
# TODO: Support Oracle (OCI).
drivers = {