David Sauve

Results 21 comments of David Sauve

I have what I assume is a similar issue. If I run Django Debug Toolbar in a Linux VM on Windows it runs fine but if I try it in...

After further testing, it seems to be something in the Templates panel. If I uncheck that, I have a page that takes 4790ms to render, not great, but bearable. If...

Oh, I'm not blaming the Debug Toolbar for the 4790ms time when the template panel is turned off. That's on me. The page I'm looking at with these times is...

How is git installed on Windows 7? I'm a little rusty when it comes to Windows development. In fact, last I looked, there wasn't even a Git client available. Could...

Thanks. I'll take a look and see if I can replicate. It's likely due to the way I'm checking to see if there's a git repo associated with the file....

Sure thing. Diff only does all files against HEAD right now, but on file by file basis is coming very soon, as it's something I want myself. Same with log,...

Dug into this a little bit last night. From what I can tell, the issue is caused by the fact that Git isn't actually installed in Windows, but instead as...

DecimalFields were added to Haystack master a few months back. I hadn't noticed the change and the Xapian backend does not yet support them. I'll see about adding them shortly.

Spoke to Daniel about this. Looks like this is by design. At the moment, all DecimalFields are stored as `string` Haystack so ordering is unlikely to work as expected. I'm...

This is dependant on https://github.com/toastdriven/django-haystack/issues/398