summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/const.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-03-05Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani
2020-03-04Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA...Ivor Bosloper
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann