summaryrefslogtreecommitdiff
path: root/django/contrib/gis
Commit message (Expand)AuthorAgeFilesLines
* Updated translations from Transifex.Mariusz Felisiak2023-04-034-13/+105
* Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler2023-02-211-4/+18
* Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre2023-02-171-7/+14
* Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...Stefan Brand2023-02-171-1/+1
* Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...Stefan Brand2023-02-171-2/+6
* Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.Jacob Walls2023-02-071-7/+9
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Fixed #34266 -- Added ClosestPoint GIS database functions.NiccolĂČ Mineo2023-01-204-0/+8
* Refs #34233 -- Used types.NoneType.Nick Pope2023-01-181-1/+2
* Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per deprecat...Mariusz Felisiak2023-01-172-138/+0
* Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak2023-01-176-373/+1
* Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak2023-01-106-0/+27
* Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz2023-01-035-1/+10
* Fixed #34208 -- Confirmed support for GDAL 3.6.Mariusz Felisiak2022-12-291-0/+2
* Upgraded OpenLayers to v.7.2.2.Claude Paroz2022-12-292-30/+31
* Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak2022-12-221-2/+7
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-154-9/+131
* Refs #33308 -- Added psycopg_any.sql.quote() hook.Florian Apolloner2022-12-121-9/+2
* Refs #33308 -- Made PostGISAdapter do not use psycopg2's Binary().Florian Apolloner2022-12-022-13/+10
* Avoided assignment followed by immediate return.Nick Pope2022-10-311-2/+1
* Refs #23919 -- Updated obsolete buffer() references to memoryview().Mariusz Felisiak2022-10-131-5/+5
* Fixed #34026 -- Fixed WKBReader.read() crash on string input.select-case2022-09-241-1/+4
* Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz2022-08-123-2/+18
* Fixed #28975 -- Made PostGIS backend skip extension creation if installed.Rust Saiargaliev2022-08-101-0/+3
* Fixed #33886 -- Reallowed using GeoIP2() when GEOS is not installed.Aarni Koskela2022-08-031-1/+3
* Updated translations from Transifex.Mariusz Felisiak2022-08-032-5/+6
* Refs #25706 -- Removed inline CSS in the openlayers widget template.Claude Paroz2022-08-013-10/+15
* Made MapWidget a JS class.Claude Paroz2022-08-011-22/+19
* Fixed #33442 -- Allowed GeoIP2 to use DB-IP Lite datasets.Claude Paroz2022-07-301-2/+2
* Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.Claude Paroz2022-07-251-1/+3
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-084-35/+5
* Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.Claude Paroz2022-06-211-1/+1
* Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak2022-06-161-0/+2
* Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah2022-06-011-0/+2
* Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana2022-05-161-2/+10
* Corrected example in Polygon docstring.Stefan Brand2022-05-041-1/+1
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-3/+1
* Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak2022-04-222-1/+12
* Fixed #33637 -- Improved initial zoom level in MapWidget.Claude Paroz2022-04-141-1/+1
* Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak2022-03-161-0/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-0718-29/+61
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-07112-2011/+3235
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+3
* Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak2022-01-204-9/+4
* Updated GEOS/GDAL links in docs and comments.Moritz DuchĂȘne2022-01-192-2/+2
* Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering2022-01-071-2/+2
* Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...Brenton Partridge2021-12-213-14/+14
* Removed unused map_options JS variable.Claude Paroz2021-12-071-2/+0
* Updated translations from Transifex.Mariusz Felisiak2021-12-066-22/+113
* Removed unused country argument from GeoIP2._check_query().Nick Pope2021-12-021-3/+1