Claude Paroz
|
da7062be45
|
Removed unused map_options JS variable.
map_options is not referenced at all in OLMapWidget.js.
Unused since 2ebfda38e6 .
|
2021-12-07 08:59:56 +01:00 |
Mariusz Felisiak
|
628b6a6869
|
Updated translations from Transifex.
This also fixes related i18n tests.
Forwardport of 4c5215ab03 from stable/4.0.x
Co-authored-by: Claude Paroz <claude@2xlibre.net>
|
2021-12-06 20:31:03 +01:00 |
Nick Pope
|
97e9a84d27
|
Removed unused country argument from GeoIP2._check_query().
Unused since its introduction in 79e68c225b .
|
2021-12-02 11:30:42 +01:00 |
Nick Pope
|
7d5058d870
|
Removed redundant GeoIP2._check_query() calls.
|
2021-12-02 11:30:42 +01:00 |
Nick Pope
|
adcb3a7a27
|
Removed unused GeoIP2._cache attribute.
Unused since its introduction in 79e68c225b .
|
2021-12-02 11:30:32 +01:00 |
Nick Pope
|
31bef51d8e
|
Moved unnecessary inner import in GeoIP2.geos().
|
2021-12-02 11:27:33 +01:00 |
Mariusz Felisiak
|
5def7f3f74
|
Updated various links to HTTPS and new locations.
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
|
2021-12-02 11:27:29 +01:00 |
Claude Paroz
|
64c3f049ea
|
Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and MySQL GIS backends.
Thanks Daniel Swain for the report and Arsalan Ghassemi for the initial
patch.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2021-11-30 20:06:29 +01:00 |
Claude Paroz
|
322a1a037d
|
Refs #25706 - Removed inline JavaScript from OpenLayers template.
This allows setting a Content-Security-Policy HTTP header.
|
2021-11-30 06:35:15 +01:00 |
Maxim Piskunov
|
12fe3224f5
|
Fixed #33287 -- Made GeoJSON serializer use json.loads() instead of eval().
Thanks David Wyde for the report.
|
2021-11-15 20:34:33 +01:00 |
Claude Paroz
|
4ffada3609
|
Fixed #33136 -- Added GEOSGeometry.make_valid() method.
|
2021-09-27 09:58:28 +02:00 |
Keryn Knight
|
06c50cee0f
|
Fixed #33124 -- Avoided accessing the database connections when not necessary.
Follow up to bf5abf1bdc .
This also caches the __getitem__ access.
|
2021-09-24 12:19:39 +02:00 |
Carlton Gibson
|
25cbd1e6aa
|
Refs #33129 -- Added missing return statement.
Thanks to Claude Paroz for spotting it.
Regression in 221b2f85fe .
|
2021-09-23 15:36:01 +02:00 |
Mariusz Felisiak
|
221b2f85fe
|
Fixed #33129 -- Dropped support for MariaDB 10.2.
|
2021-09-22 11:57:54 +02:00 |
Giannis Adamopoulos
|
4555aa0a48
|
Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2021-09-17 08:56:16 +02:00 |
Märt Häkkinen
|
ed317e79e3
|
Fixed #33030 -- Fixed broken links to GDAL docs.
|
2021-08-23 06:22:07 +02:00 |
David Smith
|
f9b7704ab3
|
Refs #32956 -- Corrected spelling of "gray".
|
2021-08-02 07:51:24 +02:00 |
David Smith
|
6802ac4415
|
Refs #32956 -- Corrected usage of "insure" and "assure".
|
2021-08-02 07:45:26 +02:00 |
David Smith
|
1024b5e74a
|
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
2021-07-29 06:24:12 +02:00 |
David Smith
|
f51a792c41
|
Fixed #32928 -- Confirmed support for GDAL 3.3.
|
2021-07-16 09:36:53 +02:00 |
Mariusz Felisiak
|
a56531ab1b
|
Fixed #32910 -- Unified different plural equations for the same language in contrib apps.
Thanks Martin Svoboda for the report and initial patch.
|
2021-07-15 20:42:17 +02:00 |
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 |
Jordi Castells
|
205c36b58f
|
Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.
|
2021-05-07 20:03:46 +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 |
Claude Paroz
|
3ae4344bbd
|
Dropped support for GEOS 3.5 and GDAL 2.0.
|
2021-04-07 20:39:30 +02:00 |
Claude Paroz
|
e3cfba0029
|
Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
|
2021-04-07 15:54:24 +02:00 |
Claude Paroz
|
90b95d2959
|
Updated translations from Transifex.
Forwardport of 1ea5e98315 from stable/3.2.x.
|
2021-04-06 06:19:31 +02:00 |
Nick Pope
|
8f02a78695
|
Refs #16117 -- Made @action and @display decorators importable from django.contrib.gis.admin.
|
2021-02-22 10:12:33 +01:00 |
Mariusz Felisiak
|
5371342ed6
|
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
|
2021-01-19 12:25:20 +01:00 |
Illia Volochii
|
bef6f75842
|
Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distance()/Area().
Made MeasureBase hashable.
|
2021-01-18 09:58:50 +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 |
Tom Forbes
|
b5e12d490a
|
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
|
2020-12-15 11:25:46 +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 |
Giannis Adamopoulos
|
7603036bd0
|
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geometry'.
|
2020-11-28 09:14:40 +01:00 |
Mariusz Felisiak
|
931c6e982c
|
Refs #32230 -- Made LayerMapping support pathlib.Path.
|
2020-11-28 07:41:54 +01:00 |
Hasan Ramezani
|
b37be072a2
|
Fixed #32230 -- Made DataSource support pathlib.Path.
|
2020-11-28 07:36:19 +01:00 |
Author: Nick Pope
|
20f2b822f8
|
Added explicit HTMLElement.dir attribute in templates.
|
2020-11-20 11:09:46 +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 |
Martin Thoma
|
302caa40e4
|
Made small readability improvements.
|
2020-10-28 20:20:20 +01:00 |
Tim Graham
|
7734337bcb
|
Made OracleSpatialAdapter clone geometries rather than mutate them.
|
2020-10-27 07:14:16 +01:00 |
dokgeppo
|
6014fd89b3
|
Fixed #32138 -- Prevented admin's map from covering other widgets.
|
2020-10-26 08:35:55 +01:00 |
Tim Graham
|
0eee5c1b9c
|
Added DatabaseFeatures.can_alter_geometry_field.
|
2020-10-19 12:41:52 +02:00 |