Closed Bonten156 closed 3 years ago
Hi there. The library works with the Django JSONField. It will support Postgres with Django 2.2/3.0, and it should support MariaDB from 3.1 (https://docs.djangoproject.com/en/3.1/ref/models/fields/#django.db.models.JSONField)
Support for JSON fields within specific database backends is outside of the scope of this library.
Hi, I tried to use your library but I have some errors when I migrate request_token.0008_convert_token_data_to_jsonfield:
Your library seems to be good, I hope I can use it !
Edit: related to #22