index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2019-03-03
[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
[2.2.x] 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-11-15
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Adam Chainz
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