#36009: Add support for PostGIS 3.5
-----------------------------+-----------------------------------------
Reporter: David Smith | Type: Uncategorized
Status: new | Component: GIS
Version: 5.1 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+-----------------------------------------
[
https://postgis.net/2024/09/PostGIS-3.5.0/ PostGIS 3.5] was released on
26 September 2024.
My initial try showed that there is one test failure when using this new
version that needs to be investigated.
{{{
======================================================================
ERROR: test_relate_lookup
(gis_tests.geoapp.tests.GeoLookupTest.test_relate_lookup)
Testing the 'relate' lookup type.
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\smith\projects\django\tests\gis_tests\geoapp\tests.py",
line 581, in test_relate_lookup
"Lawrence", City.objects.get(point__relate=(ks.poly,
within_mask)).name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\smith\projects\django\django\db\models\manager.py", line
87, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\smith\projects\django\django\db\models\query.py", line
633, in get
raise self.model.DoesNotExist(
gis_tests.geoapp.models.City.DoesNotExist: City matching query does not
exist.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/36009>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.