etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

"context must be a dict rather than RequestContext" with build in views #209

Closed atabekm closed 7 years ago

atabekm commented 7 years ago

Hey,

Thanks for easy to use searching library for Django. I'm trying to show search results by using build in views, however getting:

context must be a dict rather than RequestContext.

Django 1.11 and python 3.6 are used. Can you please advise on how to solve the problem? Thanks in advance.

amureki commented 7 years ago

@atabekm hey hey! The fix to support Django 1.11 was merged to master, but not released to pypi yet.

Here is the discussion to follow: https://github.com/etianen/django-watson/issues/208

You always can install latest version right from github: pip install git+https://github.com/etianen/django-watson.git#egg=django-watson

atabekm commented 7 years ago

Thanks @amureki. I got from github, now it is working as expected.

etianen commented 7 years ago

I've just released 1.4.0, so there's no need to install from master now. :)

On 6 July 2017 at 12:43, Atabek M notifications@github.com wrote:

Closed #209 https://github.com/etianen/django-watson/issues/209.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etianen/django-watson/issues/209#event-1152562045, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJFCBj-Xkp8yiO2Bpi0J73qr3R0yRDZks5sLMhTgaJpZM4OO2KR .

atabekm commented 7 years ago

Cool, thanks @etianen