django1/django/contrib/gis
Ad Timmering bdf3e156b4 Fixed -- Changed \d to [0-9] in regexes where appropriate. 2022-01-07 12:25:06 +01:00
..
admin Fixed -- Deprecated GeoModelAdmin and OSMGeoAdmin. 2021-09-17 08:56:16 +02:00
db Fixed -- Fixed CheckConstraint crash with GIS lookups on PostGIS and MySQL GIS backends. 2021-11-30 20:06:29 +01:00
forms Fixed -- Changed BaseGeometryWidget's default geometry type to 'Geometry'. 2020-11-28 09:14:40 +01:00
gdal Fixed -- Fixed broken links to GDAL docs. 2021-08-23 06:22:07 +02:00
geoip2 Removed unused country argument from GeoIP2._check_query(). 2021-12-02 11:30:42 +01:00
geos Fixed -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64. 2021-12-21 13:00:09 +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 -- 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 - 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 Fixed -- Avoided accessing the database connections when not necessary. 2021-09-24 12:19:39 +02:00
__init__.py Fixed -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
apps.py Fixed -- 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 -- Changed \d to [0-9] in regexes where appropriate. 2022-01-07 12:25:06 +01:00
measure.py Fixed -- Fixed queryset crash when grouping by annotation with Distance()/Area(). 2021-01-18 09:58:50 +01:00
ptr.py Fixed -- 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 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00