django1/django/contrib/gis/gdal
Jon Dufresne d6aff369ad Refs #30116 -- Simplified regex match group access with Match.__getitem__().
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
2020-05-11 12:01:28 +02:00
..
prototypes Corrected several typos in string literals and test names. 2019-08-07 11:23:14 +02:00
raster Fixed #31162 -- Prevented error logs when using WKT strings in lookups. 2020-01-16 14:34:54 +01: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 Refs #27753 -- Favored force/smart_str() over force/smart_text(). 2019-02-06 14:12:06 -05:00
driver.py Refs #27753 -- Favored force/smart_str() over force/smart_text(). 2019-02-06 14:12:06 -05:00
envelope.py Fixed E117 and F405 flake8 warnings. 2019-01-30 13:06:09 +01:00
error.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
feature.py Refs #27753 -- Favored force/smart_str() over force/smart_text(). 2019-02-06 14:12:06 -05:00
field.py Refs #27753 -- Favored force/smart_str() over force/smart_text(). 2019-02-06 14:12:06 -05:00
geometries.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
geomtype.py Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
layer.py Refs #27753 -- Favored force/smart_str() over force/smart_text(). 2019-02-06 14:12:06 -05:00
libgdal.py Simplified GDAL version parsing. 2020-05-11 11:57:22 +02:00
srs.py Refs #27753 -- Favored force/smart_str() over force/smart_text(). 2019-02-06 14:12:06 -05:00