How exactly do I have to use HStoreField?
问题 I'm using the latest version of Django and DRF. But after running it I'm getting this error: class HStoreDescriptor(models.fields.subclassing.Creator): AttributeError: module 'django.db.models.fields' has no attribute 'subclassing' I'm not sure how to use HStoreField and create an extension using migration. This is my structure of the file. webhook10/ |-- tutorial/ | |-- slack/ | | |-- migrations/ | | | +-- __init__.py | | |-- __init__.py | | |-- admin.py | | |-- apps.py | | |-- models.py | |