Opened 4 days ago
Last modified 4 days ago
#36009 new New feature
Add support for PostGIS 3.5
Reported by: | David Smith | Owned by: | |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Change History (1)
comment:1 by , 4 days ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → New feature |
Version: | 5.1 → dev |
Note:
See TracTickets
for help on using tickets.