John Montgomery
John Montgomery
Hi, just trying out your branch - found I needed to set allow_overlap=False when creating facets to work around a bug in whoosh (which has been fixed, but not released...
Ok good to know you've got it in hand. cheers, John
Hi Matteo, just discovered another issue. Basically the code for "narrowing" is a bit problematic when using multiple facets that combine to return no results. The fix is pretty easy...
Not sure, but the only other difference was that I had allow_overlap=False set. I also found that facets only seemed to work reliably with CharFields for whoosh (got odd behaviour...
Hi, looking at the commit history of pysendfile it appears to be younger (first commit 3rd Feb 2011 vs 5th November 2010). I agree though that perhaps django_sendfile would be...
Sorry, not really familiar with Debian package maintenance - would you care to enlighten me a bit further? Is pysendfile already a Debian package? Are you planning on creating a...
Must admit I'm still in Python 2 land at the moment. I'm using Python 3 for a small (non-django) project at home, but that's about it. So I've not been...
@NotSqrt hmmm. Whilst it seems possible, that seems like a lot to take in/deal with. Pretty time constrained at the moment (busy at work + young son + new baby),...
It actually is an rst file, but for some reason (that I've never really got round to looking into) it doesn't seem to render on PyPi properly. I'm guessing there's...
Hmmm. I'm not quite sure. The app only returns a Django response object, so not sure how you'd pass the FileWrapper to WSGI. Some testing would be needed. You can...