djorm-ext-pgfulltext icon indicating copy to clipboard operation
djorm-ext-pgfulltext copied to clipboard

Compatible with Django>=1.7?

Open chrisspen opened this issue 10 years ago • 5 comments

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

chrisspen avatar Nov 23 '15 18:11 chrisspen

following

auvipy avatar Nov 25 '15 12:11 auvipy

django 1.8 and 1.9 is stable now

auvipy avatar Jan 27 '16 13:01 auvipy

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.

toolness avatar Jun 16 '16 13:06 toolness

django 1.10 support postgresql full text search!!!

auvipy avatar Jun 16 '16 14:06 auvipy

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

chrisspen avatar Jun 16 '16 14:06 chrisspen