snowman2
|
29345aecf6
|
Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes on PostGIS.
|
2021-05-14 07:10:28 +02:00 |
snowman2
|
99bc67a9e7
|
Refs #32721 -- Made PostGISSchemaEditor._create_index_sql() call super()._create_index_sql().
|
2021-05-13 13:13:16 +02:00 |
Claude Paroz
|
30e123ed35
|
Fixed #32575 -- Added support for SpatiaLite 5.
|
2021-04-08 09:36:29 +02:00 |
Mariusz Felisiak
|
dc824e2668
|
Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite.
LWGEOM is not required for IsValid().
|
2021-04-08 09:31:16 +02:00 |
Mariusz Felisiak
|
5371342ed6
|
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
|
2021-01-19 12:25:20 +01:00 |
Tim Graham
|
e3ece0144a
|
Removed redundant database vendor helpers in gis_tests/utils.py.
|
2021-01-13 09:22:44 +01:00 |
Tim Graham
|
9f91122ed8
|
Added SpatialFeatures.empty_intersection_returns_none.
|
2021-01-13 09:22:44 +01:00 |
Tim Graham
|
060e6bdd1f
|
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
|
2021-01-02 21:39:48 +01:00 |
Hannes Ljungberg
|
d23cb83c99
|
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argument optional and kwarg-only.
|
2020-12-23 11:16:13 +01:00 |
Hasan Ramezani
|
275dd4ebba
|
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
Co-authored-by: Tim Graham <timograham@gmail.com>
|
2020-12-10 18:00:57 +01:00 |
Tim Graham
|
371022a20d
|
Added SpatialFeatures.supports_tolerance_parameter.
|
2020-11-30 07:29:00 +01:00 |
Tim Graham
|
c9e8544321
|
Added SpatialFeatures.unsupported_geojson_options.
|
2020-11-11 07:39:15 +01:00 |
Tim Graham
|
dbb4a86fa7
|
Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geography.
|
2020-11-09 08:12:00 +01:00 |
Tim Graham
|
69ffaa297c
|
Removed BaseSpatialOperations.geometry.
Unused since 26996e2d55 .
|
2020-11-09 07:57:02 +01:00 |
Tim Graham
|
7734337bcb
|
Made OracleSpatialAdapter clone geometries rather than mutate them.
|
2020-10-27 07:14:16 +01:00 |
Tim Graham
|
0eee5c1b9c
|
Added DatabaseFeatures.can_alter_geometry_field.
|
2020-10-19 12:41:52 +02:00 |
David Smith
|
e74b3d724e
|
Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
2020-07-30 10:58:59 +02:00 |
Mariusz Felisiak
|
615e32162f
|
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
|
2020-06-30 09:50:15 +02:00 |
David Smith
|
10df5b7177
|
Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
|
2020-06-17 13:15:56 +02:00 |
Hannes Ljungberg
|
8c7992f658
|
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
|
2020-06-04 12:26:22 +02:00 |
Mariusz Felisiak
|
e536fa5ce1
|
Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.
|
2020-05-14 06:33:00 +02:00 |
Claude Paroz
|
d4c5ef3ebb
|
Renamed PROJ.4 to PROJ.
|
2020-05-13 10:30:30 +02:00 |
Jon Dufresne
|
d6aff369ad
|
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
2020-05-11 12:01:28 +02:00 |
Adam Johnson
|
d17b380653
|
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
2020-05-04 12:10:47 +02:00 |
François Freitag
|
9ef4a18dbe
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2020-04-28 10:49:00 +02:00 |
Hasan Ramezani
|
7e15795bf0
|
Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.
Thanks Ivor Bosloper for the original patch.
|
2020-03-05 09:44:44 +01:00 |
Ivor Bosloper
|
828e3b1335
|
Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA and bitwise operators for nodata flag.
|
2020-03-04 14:09:59 +01:00 |
=Pratik Kumar
|
20ba3ce4ac
|
Fixed #30846 -- Made PostGIS backend respect Index's name argument.
|
2020-02-10 13:25:32 +01:00 |
Hannes Ljungberg
|
adcf1a7308
|
Fixed #31248 -- Added missing space before USING SQL on PostGIS.
|
2020-02-10 11:20:45 +01:00 |
Nick Pope
|
335c9c94ac
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |
Simon Charette
|
0290e01d5a
|
Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.
Thanks Vasileios Bouzas for the report.
|
2019-11-25 12:30:33 +01:00 |
Sergey Fedoseev
|
a5855c8f0f
|
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
|
2019-11-22 13:40:48 +01:00 |
Sergey Fedoseev
|
f95b59a1b3
|
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
|
2019-11-18 15:32:44 +01:00 |
Sergey Fedoseev
|
6bbf9a20e2
|
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
|
2019-10-25 14:28:26 +02:00 |
Mariusz Felisiak
|
3a8af298b9
|
Fixed #30890 -- Added MariaDB support for the relate lookup.
|
2019-10-18 07:46:31 +02:00 |
Mads Jensen
|
b616908ce1
|
Used Statement in PostGISSchemaEditor._create_index_sql().
|
2019-09-11 07:51:31 +02:00 |
Simon Charette
|
bb9e82f274
|
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
This was missed when adding support to other distance lookups in
refs #25499.
Thanks Peter Bex for the report and Mariusz for testcases.
|
2019-08-23 21:28:28 +02:00 |
Nasir Hussain
|
6b16c91157
|
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
|
2019-08-22 12:23:10 +02:00 |
Adam Johnson
|
7da6a28a44
|
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
|
2019-08-16 11:39:37 +02:00 |
Min ho Kim
|
9f11939dd1
|
Fixed typos in comments and a test name.
|
2019-07-19 18:24:06 +02:00 |
Mariusz Felisiak
|
b616f65855
|
Added missing support for PointOnSurface function on MariaDB.
|
2019-06-12 10:51:43 +02:00 |
Francisco Couzo
|
0193bf874f
|
Fixed #28738 -- Added the GeometryDistance function.
|
2019-03-20 12:54:42 -04:00 |
Claude Paroz
|
15715bf2a2
|
Fixed #22423 -- Added support for MySQL operators on real geometries.
Thanks Viswanathan Mahalingam for the report and initial patch, and
Nicke Pope and Tim Graham for the review.
|
2019-02-12 17:29:16 -05:00 |
Tim Graham
|
39ebdf5a3c
|
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
|
2019-02-04 18:07:02 -05:00 |
Tim Graham
|
d47498c5df
|
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
|
2019-02-04 13:16:38 -05:00 |
Nick Pope
|
8d01edfa65
|
Refs #30123 -- Simplified introspection of geography columns on PostGIS.
|
2019-01-23 13:18:03 -05:00 |
Nick Pope
|
327bbaae24
|
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description.
|
2019-01-23 13:18:03 -05:00 |
Nick Pope
|
d82f212ec8
|
Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.
|
2019-01-22 18:23:37 -05:00 |
Tim Graham
|
6f23996a59
|
Refs #28841 -- Removed ForceRHR function per deprecation timeline.
|
2019-01-17 10:52:19 -05:00 |
Matt Wiens
|
e817ae74da
|
Followed style guide for model attribute ordering.
|
2018-12-27 19:34:14 -05:00 |