..
admin
Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
2021-09-17 08:56:16 +02:00
db
Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and MySQL GIS backends.
2021-11-30 20:06:29 +01:00
forms
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geometry'.
2020-11-28 09:14:40 +01:00
gdal
Fixed #33453 -- Dropped support for GDAL 2.1.
2022-01-20 18:54:29 +01:00
geoip2
Removed unused country argument from GeoIP2._check_query().
2021-12-02 11:30:42 +01:00
geos
Updated GEOS/GDAL links in docs and comments.
2022-01-19 19:06:12 +01:00
locale
Updated translations from Transifex.
2021-12-06 20:31:03 +01:00
management
Bumped minimum isort version to 5.1.0.
2020-07-30 10:58:59 +02:00
serializers
Fixed #33287 -- Made GeoJSON serializer use json.loads() instead of eval().
2021-11-15 20:34:33 +01:00
sitemaps
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
static /gis
Refs #25706 - Removed inline JavaScript from OpenLayers template.
2021-11-30 06:35:15 +01:00
templates /gis
Removed unused map_options JS variable.
2021-12-07 08:59:56 +01:00
utils
Refs #33476 -- Refactored problematic code before reformatting by Black.
2022-02-03 11:20:46 +01:00
__init__.py
Fixed #31180 -- Configured applications automatically.
2020-07-21 10:35:12 +02:00
apps.py
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
2020-12-15 11:25:46 +01:00
feeds.py
Normalized spelling of "lowercase" and "lowercased".
2018-09-25 10:30:18 -04:00
geometry.py
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
2022-01-07 12:25:06 +01:00
measure.py
Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distance()/Area().
2021-01-18 09:58:50 +01:00
ptr.py
Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.
2018-07-06 11:26:14 -04:00
shortcuts.py
Removed unused django.contrib.gis.shortcuts.render_to_text()
2017-06-03 13:15:26 -04:00
views.py
Fixed #30400 -- Improved typography of user facing strings.
2019-06-28 16:46:18 +02:00