This warning results when using djorm-ext-pgfulltext version 0.10 with Django version 1.7:
[my-virtualenv-location]/lib/python2.7/site-packages/djorm_pgfulltext/models.py:323:
RemovedInDjango18Warning:
`SearchManagerMixIn.get_query_set` method should be renamed `get_queryset`.
which basically simply requires renaming that function.
P.S. The warning actually consists of just one line but I split it up for readability.
This warning results when using
djorm-ext-pgfulltext
version0.10
with Django version1.7
:which basically simply requires renaming that function.
P.S. The warning actually consists of just one line but I split it up for readability.