Skip to content

Django 3.1rc1 update / bring back sqlite support

Bengfort requested to merge django31 into main

I tried to update to django 3.1.rc1 which went without bigger issues. I made two upstream pull requests:

The big new feature in 3.1 is a cross-db JSONField. This was the original reason why we switched from the default sqlite to postgres in !305 (merged). So I tried reverting that change. Unfortunately, there are now additional incompatibilities with sqlite:

As you can see, we could make this work. But I don't think it is worth it at this moment.

Merge request reports