pythondjangopostgresqlhstoredjango-hstore

Error using Django-Hstore for PostgreSQL HSTORE in Django


When I run my Django Server, I got this error:

    class HStoreDescriptor(models.fields.subclassing.Creator):
AttributeError: 'module' object has no attribute 'subclassing'

I am using, the currently newest, Django 1.10, and django-hstore 1.4.2


Solution

  • This problem can be easily solved by downgrading Django to version 1.9. It seems the version 1.10 is not stable yet.

    pip install Django==1.9