#37073: Import of django.contrib.gis.geos requires gdal
-------------------------------------+-------------------------------------
Reporter: Raphaël Stefanini | Type:
| Cleanup/optimization
Status: new | Component:
| Uncategorized
Version: 6.0 | Severity: Normal
Keywords: gis geos gdal | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
When trying to import geos, one need to gdal library installed
This adds a unnecessary overhead.
Ideally the gdal import should be done only if call to the few functions
that uses it are called.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37073>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.