summaryrefslogtreecommitdiff
path: root/tests/gis_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.Simon Charette2019-11-251-2/+18
* Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev2019-11-221-0/+23
* Removed unnecessary numeric indexes in format strings.Jon Dufresne2019-11-191-1/+1
* Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev2019-11-181-9/+12
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-7/+7
* Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev2019-10-251-1/+27
* Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak2019-10-181-3/+11
* Added gis_tests.utils.mariadb hook.Mariusz Felisiak2019-10-184-7/+8
* Fixed some typos in comments and docs.Min ho Kim2019-10-021-1/+1
* Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette2019-08-232-0/+25
* Fixed #30687 -- Fixed using of OuterRef() expressions in distance lookups.Andrew Brown2019-08-161-1/+11
* Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...Claude Paroz2019-08-131-1/+7
* Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.Claude Paroz2019-07-271-0/+12
* Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak2019-06-271-3/+3
* Simplified GISFunctionsTests.test_point_on_surface().Mariusz Felisiak2019-06-121-23/+1
* Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak2019-06-121-0/+5
* Removed obsolete comment from GISFunctionsTests.test_asgeojson().Mariusz Felisiak2019-06-121-1/+0
* Fixed GISFunctionsTests.test_asgeojson() crash on MariaDB 10.2+.Mariusz Felisiak2019-06-121-0/+3
* Fixed typo in RasterField test name.Ivor Bosloper2019-05-271-1/+1
* Fixed comment typo.luzpaz2019-05-091-1/+1
* Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.Chris Adkins2019-05-071-0/+1
* Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly2019-04-191-1/+6
* Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann2019-04-141-19/+19
* Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo2019-03-201-0/+15
* Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak2019-03-0310-14/+14
* Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak2019-02-2510-14/+14
* Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz2019-02-121-14/+9
* Dropped support for GEOS 3.4.Tim Graham2019-02-091-8/+0
* Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham2019-02-082-4/+4
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-041-18/+0
* Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew2019-01-314-4/+264
* Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham2019-01-171-17/+1
* Relaxed assertions to fix GIS test failures on Oracle 18c.Mariusz Felisiak2019-01-142-8/+13
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-025-36/+42
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-312-7/+9
* Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...jtiai2018-12-211-0/+4
* Added tests for GeometryField.deconstruct().jtiai2018-12-211-0/+21
* Switched TestCase to SimpleTestCase in GIS tests.Tim Graham2018-11-272-4/+4
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-272-3/+4
* Fixed #29978 -- Catched GDALException in GeometryField.to_pythonClaude Paroz2018-11-231-8/+20
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-4/+1
* Removed obsolete and flaky GeoIP tests.Tom Forbes2018-10-231-17/+3
* Fixed a failing test when the source directory is on a readonly fs.Florian Apolloner2018-10-211-28/+29
* Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev2018-09-282-6/+6
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-1/+1
* Fixed #29761 -- Confirmed support for PROJ 5.x.Sergey Fedoseev2018-09-172-5/+5
* Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.Melvyn Sopacua2018-07-272-1/+12
* Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz2018-07-131-2/+4
* Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev2018-07-091-1/+2