.. |
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 #33030 -- 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 #33136 -- Added GEOSGeometry.make_valid() method.
|
2021-09-27 09:58:28 +02: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
|
Fixed #33124 -- Avoided accessing the database connections when not necessary.
|
2021-09-24 12:19:39 +02: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 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
2021-07-29 06:24:12 +02: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 |