summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/raster/base.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2017-11-07Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.Дилян Палаузов
2017-06-07Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.Daniel Wiesmann