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.
Django 1.7.7 gives the following warning:
RemovedInDjango18Warning:
SearchManagerMixIn.get_query_set
method should be renamedget_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