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

Django 1.11 support #205

Closed moggers87 closed 7 years ago

moggers87 commented 7 years ago

Django 1.11 support

Fixes #194

Only required a couple of small, backwards compatible changes.

etianen commented 7 years ago

I'm away on holiday right now, but it looks like the build broke. Can you investigate?

On Tue, 13 Jun 2017 at 12:39, Matt Molyneaux notifications@github.com wrote:

Django 1.11 support

Only required a couple of small, backwards compatible changes.

You can view, comment on, or merge this pull request online at:

https://github.com/etianen/django-watson/pull/205 Commit Summary

  • Add Django-1.11 to test matrix
  • Add missing context processor to test app
  • Flatten context for render_to_string

File Changes

Patch Links:

— 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/pull/205, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJFCIHk2l8CeeEZ6nHyk7vLPKa5HTfsks5sDnTqgaJpZM4N4XUg .

moggers87 commented 7 years ago

Yeah, will do.

moggers87 commented 7 years ago

OK, not sure I understand the tox setup you've got here - if I tell travis that it's a Python 3.5 env, then I can't use Python 3.6 and vice versa. Yet Python 3.4 is always available?

etianen commented 7 years ago

Thanks for the pull request!

I've merged, and hopefully fixed the tox issues in master.