François Freitag
|
9ef4a18dbe
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2020-04-28 10:49:00 +02:00 |
Hasan Ramezani
|
7e15795bf0
|
Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.
Thanks Ivor Bosloper for the original patch.
|
2020-03-05 09:44:44 +01:00 |
Ivor Bosloper
|
828e3b1335
|
Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA and bitwise operators for nodata flag.
|
2020-03-04 14:09:59 +01:00 |
Sergey Fedoseev
|
31425f71bc
|
Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.
This was missed in 93cdd07e8f .
|
2017-11-24 07:52:13 -05:00 |
Tim Graham
|
f86b6f351d
|
Refs #25588 -- Removed obsolete bits of RasterField support.
Unused since bbfad84dd9 .
|
2017-07-20 10:09:36 -04:00 |
Daniel Wiesmann
|
b769bbd4f6
|
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
|
2015-06-19 14:36:43 -04:00 |