Closed codingjoe closed 8 years ago
@etianen my little trick didn't do any good, but you see how it is failing on current django:master
Check out this branch: https://github.com/etianen/django-watson/tree/django-1.9
It should support Django 1.9 just fine.
However, it introduces a breaking change.
# Old imports
import watson
# New imports
from watson import search as watson
from watson.admin import SearchAdmin
@etianen I don't mind braking changes. That's why we have semantic versioning.
@etianen that in mind, what's keeping you from merging an releasing? are there any release blocking issues that I could help with?
Nope, I'm going to release first thing tomorrow morning.
On Wed, 2 Dec 2015 at 15:02 Johannes Hoppe notifications@github.com wrote:
@etianen https://github.com/etianen that in mind, what's keeping you from merging an releasing? are there any release blocking issues that I could help with?
— Reply to this email directly or view it on GitHub https://github.com/etianen/django-watson/pull/142#issuecomment-161325076 .
Cool :+1:
This bug pop up in Django 1.9rc2