summaryrefslogtreecommitdiff
path: root/tests/gis_tests/rasterapp/test_rasterfield.py
AgeCommit message (Expand)Author
2026-02-03[5.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...Jacob Walls
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-03-07Refs #30489 -- Fixed RasterFieldTest.test_deserialize_with_pixeltype_flags() ...Mariusz Felisiak
2020-03-07Replaced deprecated assertEquals() with assertEqual() in RasterFieldTest.Mariusz Felisiak
2020-03-05Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani
2019-05-27Fixed typo in RasterField test name.Ivor Bosloper
2019-03-03Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-25Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2017-10-21Removed unnecessary tuple()/list() calls.Mads Jensen
2017-07-20Simplified handling of GIS lookup params.Sergey Fedoseev
2017-07-20Tested the case when the lhs of a raster lookup has an index specified and th...Sergey Fedoseev
2017-07-18Removed redundant lookup values in RasterFieldTest.test_all_gis_lookups_with_...Sergey Fedoseev
2017-07-18Fixed RasterFieldTest.test_all_gis_lookups_with_rasters.Sergey Fedoseev
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-04-01Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...Sergey Fedoseev
2017-03-29Made isvalid lookup use IsValid function to decrease code redundancy.Sergey Fedoseev
2017-03-27Refs #27736 -- Used decorators for GIS lookup registration.Sergey Fedoseev
2016-11-19Fixed #27493 -- Fixed test failure with recent GDAL versionsNicolas NoƩ
2016-09-02Added error messages for GIS DB functions when used with rasters.Daniel Wiesmann
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
2015-11-19Allowed RasterFieldWithoutGDALTest to run even if GDAL is installed.Sergey Fedoseev
2015-07-10Fixed #25072 -- Prevented GDALRaster memory to be uncollectableClaude Paroz
2015-06-23Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initializationDaniel Wiesmann
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann