Closed moggers87 closed 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
- M tests/runtests.py https://github.com/etianen/django-watson/pull/205/files#diff-0 (1)
- M tox.ini https://github.com/etianen/django-watson/pull/205/files#diff-1 (4)
- M watson/templatetags/watson.py https://github.com/etianen/django-watson/pull/205/files#diff-2 (4)
Patch Links:
- https://github.com/etianen/django-watson/pull/205.patch
- https://github.com/etianen/django-watson/pull/205.diff
— 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 .
Yeah, will do.
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?
Thanks for the pull request!
I've merged, and hopefully fixed the tox issues in master.
Django 1.11 support
Fixes #194
Only required a couple of small, backwards compatible changes.