LeoLu
Results
2
comments of
LeoLu
Sorry, just this problem: [Enabling JSON1 extension on SQLite](https://docs.djangoproject.com/en/5.0/ref/databases/#sqlite-json1). And because of missing sqlite json extension, my code can not save json data correctly(with out the extension, sqlite transfer all...
> This is not a problem of rest-framework rather an issue with the SQLite installation. > > If you cannot update SQLite I suggest to use the legacy jsonfield https://github.com/rpkilby/jsonfield/...