#30679: Warn when Djasngo works with unsupported version of GDAL
---------------------------------------+------------------------
Reporter: Yury Ryabov | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: 2.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
---------------------------------------+------------------------
When Django is paired with an unsupported version of GDAL, same common
geospatial operation may result in an OGR error (and it is OK cause in
this case the issue is easily traceable) or in incorrect result. When
there is an incorrect result it is much harder to spot the issue and it
takes great deal of time to get to the root of it (which is an unsupported
GDAL version). [https://code.djangoproject.com/ticket/30645 The example is
here].
It will be nice to have a built-in check at the start of the Django
(server, tests, migrations, etc.) that will warn developers about
unsupported version of GDAL being used.
--
Ticket URL: <https://code.djangoproject.com/ticket/30679>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/054.7292657694f1fc4faec6c591a4c5f41a%40djangoproject.com.