linuxlewis/djorm-ext-pgfulltext

Compatible with Django>=1.7?

Opened this issue · 5 comments

The docs say this should work up to Django 1.6. Does this work with Django 1.7 or higher?

following

django 1.8 and 1.9 is stable now

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.

django 1.10 support postgresql full text search!!!

To what extent? If it doesn't support Postgres's GIN indexes, whatever support it claims to have is effectively useless.