Just to add, the haystack version shown in the reviewboard shell is looking better now though.
>>> import reviewboard >>> print reviewboard.VERSION (2, 5, 16, 0, u'final', 0, True) >>> print reviewboard.__file__ /usr/lib/python2.7/site-packages/reviewboard/__init__.pyc >>> import haystack >>> print haystack.__version__ (2, 4, 1) >>> print haystack.__file__ /usr/lib/python2.7/site-packages/haystack/__init__.pyc Thanks Rob On Thursday, 12 October 2017 10:41:59 UTC+1, Rob Backhurst wrote: > > Hi Stephen, > > I've installed that on our test system and re-run the index - > unfortunately the same problem. > > Thanks > Rob > > On Wednesday, 11 October 2017 19:21:22 UTC+1, Stephen Gallagher wrote: >> >> >> >> On Wed, Oct 11, 2017 at 7:40 AM 'Rob Backhurst' via reviewboard < >> [email protected]> wrote: >> >>> Hi Christian, >>> >>> Ok, lets hope this can tell you something useful... >>> >>> <snip> >> >> Rob, I just packaged up Haystack 2.4.1 (and did rudimentary testing to >> see that ReviewBoard still works). Would you mind installing the RPM at >> https://bodhi.fedoraproject.org/updates/python-django-haystack-2.4.1-1.el7 , >> restarting httpd and seeing if that fixes things? >> >> I'd like to see if this issue might just already be fixed in the newer >> release. >> > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
