rob-metalinkage / django-rdf-io

Simple RDF serialiser/deserialiser to support synching a django model with an external triple-store
Creative Commons Zero v1.0 Universal
37 stars 14 forks source link

Django 4.0.2 and python 3.10 compatibility #23

Open markdoerr opened 1 year ago

markdoerr commented 1 year ago

Dear Rob (@rob-metalinkage), I fixed the code to run under Django 4.0.2 and python 3.10

The tests in the tests directory run all OK.

To be 100 % compatible with Django 4.0.2, some the ContentType issue should be fixed (s. TODOs.md).

rob-metalinkage commented 1 year ago

Thanks @markdoerr - will do a regression test against Django 3 and if all good process this PR.

markdoerr commented 1 year ago

Very good, @rob-metalinkage , if this is done, I would also adjust the django-skosxl project (to keep things in sync).