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