linuxlewis / djorm-ext-pgfulltext

PostgreSQL full-text search integration with django orm.
Other
250 stars 84 forks source link

RemovedInDjango18Warning: `SearchManagerMixIn.get_query_set` method should be renamed `get_queryset` #54

Closed ghost closed 9 years ago

ghost commented 9 years ago

Django 1.7.7 gives the following warning:

RemovedInDjango18Warning: SearchManagerMixIn.get_query_set method should be renamed get_queryset.

In order for djorm-ext-pgfulltext to work in combination with Django 1.8 this will need te be renamed. I don't know if there is an easy workaround for older Django versions.

More information can be found here: https://code.djangoproject.com/ticket/15363

ghost commented 9 years ago

Never mind, this is already fixed in Master. I was using the latest release (0.10).