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

Release 1.11 changes #208

Closed codingjoe closed 7 years ago

codingjoe commented 7 years ago

Hi @etianen,

How are you doing? I saw that @moggers87 did some work to get watson 1.11 ready. I wondered if there is any reason why you haven't released those changes yet? In particular this commit: a5b3c7830f6dd3f12634b7860af44d8272b7c07a

BTW, you can setup Travis-CI PyPi deploys. That way you just have to tag a commit to deploy, I'm using it on my projects too.

Anyways, good week! -Joe

moggers87 commented 7 years ago

Those changes are mostly test related, if you're not using the search result template tags then you don't actually need to wait for a release.

etianen commented 7 years ago

It's pretty simple to use a public git repository as a PyPi dependency, if you want the latest and greatest.

I'm mostly holding off to see if there are any reported consequences of the multiple database support. It's been a while since that was added, though, so if there's demand for a release it can be accomplished pretty quickly.

On 3 July 2017 at 12:40, Matt Molyneaux notifications@github.com wrote:

Those changes are mostly test related, if you're not using the search result template tags then you don't actually need to wait for a release.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/etianen/django-watson/issues/208#issuecomment-312623649, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJFCAfOuj0VP5Kdv4r4l3V6PZtMH8trks5sKNMYgaJpZM4OMG8s .

etianen commented 7 years ago

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

On 4 July 2017 at 16:31, Dave Hall dave@etianen.com wrote:

It's pretty simple to use a public git repository as a PyPi dependency, if you want the latest and greatest.

I'm mostly holding off to see if there are any reported consequences of the multiple database support. It's been a while since that was added, though, so if there's demand for a release it can be accomplished pretty quickly.

On 3 July 2017 at 12:40, Matt Molyneaux notifications@github.com wrote:

Those changes are mostly test related, if you're not using the search result template tags then you don't actually need to wait for a release.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/etianen/django-watson/issues/208#issuecomment-312623649, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJFCAfOuj0VP5Kdv4r4l3V6PZtMH8trks5sKNMYgaJpZM4OMG8s .

codingjoe commented 7 years ago

❤️