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
Age
Commit message (
Expand
)
Author
2020-05-12
Fixed #30678 -- Added support for GDAL 3.
Claude Paroz
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-04-14
Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.
Claude Paroz
2020-03-10
Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().
Hasan Ramezani
2020-03-10
Fixed typos in tolerance gis_tests.
Mariusz Felisiak
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
2020-03-05
Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.
Mariusz Felisiak
2020-03-04
Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...
Mariusz Felisiak
2020-02-24
Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.
Diederik van der Boor
2020-02-24
Added test for django.contrib.gis.gdal.gdal_version().
Diederik van der Boor
2020-02-10
Fixed #30846 -- Made PostGIS backend respect Index's name argument.
=Pratik Kumar
2020-02-10
Fixed #31248 -- Added missing space before USING SQL on PostGIS.
Hannes Ljungberg
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-21
Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.
Sergey Fedoseev
2020-01-21
Fixed #30274 -- Prevented segmentation fault on LineString iteration.
Sergey Fedoseev
2020-01-20
Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.
Sergey Fedoseev
2020-01-16
Fixed #31162 -- Prevented error logs when using WKT strings in lookups.
Mariusz Felisiak
2019-11-25
Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.
Simon Charette
2019-11-22
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-18
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
Sergey Fedoseev
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-25
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
Sergey Fedoseev
2019-10-18
Fixed #30890 -- Added MariaDB support for the relate lookup.
Mariusz Felisiak
2019-10-18
Added gis_tests.utils.mariadb hook.
Mariusz Felisiak
2019-10-02
Fixed some typos in comments and docs.
Min ho Kim
2019-08-23
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
Simon Charette
2019-08-16
Fixed #30687 -- Fixed using of OuterRef() expressions in distance lookups.
Andrew Brown
2019-08-13
Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...
Claude Paroz
2019-07-27
Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.
Claude Paroz
2019-06-27
Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
Mariusz Felisiak
2019-06-12
Simplified GISFunctionsTests.test_point_on_surface().
Mariusz Felisiak
2019-06-12
Added missing support for PointOnSurface function on MariaDB.
Mariusz Felisiak
2019-06-12
Removed obsolete comment from GISFunctionsTests.test_asgeojson().
Mariusz Felisiak
2019-06-12
Fixed GISFunctionsTests.test_asgeojson() crash on MariaDB 10.2+.
Mariusz Felisiak
2019-05-27
Fixed typo in RasterField test name.
Ivor Bosloper
2019-05-09
Fixed comment typo.
luzpaz
2019-05-07
Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.
Chris Adkins
2019-04-19
Fixed #30341 -- Added support for the furlong unit in Distance.
Dustin Neighly
2019-04-14
Renamed camelCaseTestMethods to snake_case_test_methods
Markus Holtermann
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
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
2019-02-12
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2019-02-09
Dropped support for GEOS 3.4.
Tim Graham
[next]