Compatible with Django>=1.7?
Opened this issue · 5 comments
chrisspen commented
The docs say this should work up to Django 1.6. Does this work with Django 1.7 or higher?
auvipy commented
following
auvipy commented
django 1.8 and 1.9 is stable now
toolness commented
Are we certain 1.9 is stable now? #77 seems to indicate otherwise.
I haven't tried upgrading to 1.9, but I have tried upgrading to 1.8, and I've noticed the RemovedInDjango19Warning
for django.db.models.get_app
, which is what I believe is causing the thrown exception in #77 on 1.9.
I'm also noticing a RemovedInDjango19Warning
for django.db.models.get_model
too.
auvipy commented
django 1.10 support postgresql full text search!!!
chrisspen commented
To what extent? If it doesn't support Postgres's GIN indexes, whatever support it claims to have is effectively useless.