summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geoapp
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34374 -- Fixed GIS tests on Windows.Heath Henley2023-03-021-2/+2
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+1
* Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo2023-01-201-0/+12
* Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak2023-01-101-0/+18
* Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz2023-01-031-0/+12
* Fixed #23842 -- Fixed flaky GeoQuerySetTest.test_make_line() test.Mariusz Felisiak2023-01-031-11/+9
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-2/+2
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-4/+1
* Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.Claude Paroz2022-06-211-0/+8
* Fixed #33772 -- Added QuerySet.first()/last() error message on unordered quer...Pablo Pissi2022-06-141-0/+1
* Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah2022-06-011-0/+12
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-223-8/+8
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-072-12/+22
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0712-497/+804
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...snowman22021-05-141-0/+26
* Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz2021-04-081-1/+5
* Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz2021-04-071-22/+30
* Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak2021-03-231-4/+5
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-021-3/+2
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-134-38/+30
* Added SpatialFeatures.empty_intersection_returns_none.Tim Graham2021-01-131-8/+10
* Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham2021-01-021-1/+1
* Relaxed MemSize test for CockroachDB.Tim Graham2020-12-141-1/+2
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-3/+0
* Added SpatialFeatures.supports_tolerance_parameter.Tim Graham2020-11-301-8/+2
* Added SpatialFeatures.unsupported_geojson_options.Tim Graham2020-11-111-4/+3
* Refs #31910 -- Fixed GeoQuerySetTest.test_geoagg_subquery() test on Oracle 18c.Mariusz Felisiak2020-11-061-3/+3
* Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.Simon Charette2020-11-041-0/+14
* Removed unneeded @no_oracle skips.Tim Graham2020-10-271-5/+1
* Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham2020-10-271-2/+5
* Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham2020-10-221-5/+1
* Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.Simon Charette2020-07-141-11/+16
* Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson2020-04-151-1/+1
* Fixed typos in tolerance gis_tests.Mariusz Felisiak2020-03-101-2/+2
* Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak2020-03-051-1/+2
* Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak2020-03-041-1/+37
* Fixed #30846 -- Made PostGIS backend respect Index's name argument.=Pratik Kumar2020-02-101-3/+37
* Fixed #31248 -- Added missing space before USING SQL on PostGIS.Hannes Ljungberg2020-02-101-0/+19
* Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+.Sergey Fedoseev2020-01-211-2/+5
* Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.Sergey Fedoseev2020-01-201-2/+30
* Fixed #31162 -- Prevented error logs when using WKT strings in lookups.Mariusz Felisiak2020-01-161-0/+6
* 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
* Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev2019-11-181-9/+12
* Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak2019-10-181-3/+11
* Added gis_tests.utils.mariadb hook.Mariusz Felisiak2019-10-182-5/+5
* 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