summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2022-06-21Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.Claude Paroz
2022-06-16Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak
2022-06-01Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-04Corrected example in Polygon docstring.Stefan Brand
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-04-22Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak
2022-04-14Fixed #33637 -- Improved initial zoom level in MapWidget.Claude Paroz
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-01-20Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak
2022-01-19Updated GEOS/GDAL links in docs and comments.Moritz Duchêne
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2021-12-21Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...Brenton Partridge
2021-12-07Removed unused map_options JS variable.Claude Paroz
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-12-02Removed unused country argument from GeoIP2._check_query().Nick Pope
2021-12-02Removed redundant GeoIP2._check_query() calls.Nick Pope
2021-12-02Removed unused GeoIP2._cache attribute.Nick Pope
2021-12-02Moved unnecessary inner import in GeoIP2.geos().Nick Pope
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-11-30Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz
2021-11-30Refs #25706 - Removed inline JavaScript from OpenLayers template.Claude Paroz
2021-11-15Fixed #33287 -- Made GeoJSON serializer use json.loads() instead of eval().Maxim Piskunov
2021-09-27Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz
2021-09-24Fixed #33124 -- Avoided accessing the database connections when not necessary.Keryn Knight
2021-09-23Refs #33129 -- Added missing return statement.Carlton Gibson
2021-09-22Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
2021-08-23Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen
2021-08-02Refs #32956 -- Corrected spelling of "gray".David Smith
2021-08-02Refs #32956 -- Corrected usage of "insure" and "assure".David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-16Fixed #32928 -- Confirmed support for GDAL 3.3.David Smith
2021-07-15Fixed #32910 -- Unified different plural equations for the same language in c...Mariusz Felisiak
2021-05-14Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...snowman2
2021-05-13Refs #32721 -- Made PostGISSchemaEditor._create_index_sql() call super()._cre...snowman2
2021-05-07Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.Jordi Castells
2021-04-08Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz
2021-04-08Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite.Mariusz Felisiak
2021-04-07Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz
2021-04-07Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2021-04-06Updated translations from Transifex.Claude Paroz
2021-02-22Refs #16117 -- Made @action and @display decorators importable from django.co...Nick Pope
2021-01-19Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak
2021-01-18Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...Illia Volochii
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2021-01-13Added SpatialFeatures.empty_intersection_returns_none.Tim Graham