I have created a Django project with the new JSONField
announced in Django 3.1, which supports all databases.
I have successfully used this field on a linux machine, but running python manage.py migrate
with the same project on Windows fails with the following message:
(fields.E180) SQLite does not support JSONFields.
The same versions of Python and Django are used in both PCs.