Closed dadokkio closed 3 years ago
Thanks @dadokkio, it's work again now for me !
It should also be noted that futures is also no longer needed and can be removed from setup.py / requirements.txt along with the postgres requirement if Django is 3.1+
Fixed in the new versions with PR #46
Description
JSONField is now a standard field in django models so you can import that from models instead of importing fields from django.contrib.postgres
What I Did
Changed from:
to: