summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/const.py
Commit message (Collapse)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
| | | | Thanks Ivor Bosloper for the original patch.
* Refs #30489 -- Made from_pgraster()/to_pgraster() use ↵Ivor Bosloper2020-03-041-0/+3
| | | | BANDTYPE_FLAG_HASNODATA and bitwise operators for nodata flag.
* 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
Thanks to Tim Graham and Claude Paroz for the reviews and patches.