GeoNodeUserGroup-DE / contrib_datapackage

A geonode-importer handler to upload non-spatial data as datapackage
GNU General Public License v3.0
1 stars 0 forks source link

Support GeoNode 4.3.0 #7

Closed ridoo closed 1 month ago

ridoo commented 1 month ago

The Django 4.x upgrade shipped some backwards incompatible API changes. Two exmaples are

Furthermore geonode-importer seems to be more strict about when a layer is considered to be valid.

Release/Tag version to support 4.2.x and update main branch to support latest Geonode version 4.3.x.

ridoo commented 1 month ago

Until no further answer from Mattia we just override get_valid_layers().