summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/const.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-14/+24
* Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani2020-03-051-0/+6
* Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA...Ivor Bosloper2020-03-041-0/+3
* Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne2018-09-251-1/+1
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-191-0/+43