linuxlewis / djorm-ext-pgfulltext

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

SearchManagerMixIn.get_query_set method should be renamed get_queryset #43

Closed jvzammit closed 10 years ago

jvzammit commented 10 years ago

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.

jvzammit commented 10 years ago

This is fixed on master branch.