django1/django/contrib/gis/gdal
Tim Graham 6e4c6281db Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
This reverts commit 550cb3a365
because try/except performs better.
2017-09-07 08:16:21 -04:00
..
prototypes Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking. 2017-09-04 18:56:23 -04:00
raster Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem. 2017-06-16 12:09:05 -04:00
LICENSE Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
__init__.py Fixed #28558 -- Simplified code to remove OGRIndexError. 2017-09-03 21:19:37 -04:00
base.py Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase. 2016-12-15 16:59:08 -05:00
datasource.py Improved messages in IndexErrors raised by GDAL objects. 2017-09-04 19:00:32 -04:00
driver.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
envelope.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
error.py Fixed #28558 -- Simplified code to remove OGRIndexError. 2017-09-03 21:19:37 -04:00
feature.py Improved messages in IndexErrors raised by GDAL objects. 2017-09-04 19:00:32 -04:00
field.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
geometries.py Improved messages in IndexErrors raised by GDAL objects. 2017-09-04 19:00:32 -04:00
geomtype.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
layer.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
libgdal.py Fixed #28257 -- Confirmed support for GDAL 2.2 2017-06-07 21:26:04 +02:00
srs.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00