Igor Sobolev

Results 6 comments of Igor Sobolev

After digging down the dependency tree I can confirm that this was broken by latest `rc-align` release (which is dependency of dependency of dependency). So I got it working by...

Ah, now I see what's going on. You are using jQuery but `django-debug-toolbar` removed jQuery dependency in 1.10. So your code doesn't work because `djdt.jQuery` is undefined. Downgrading `django-debug-toolbar` to...

Hello, @rbas, did you have a chance to take a look?

@PabloCastellano fixed, thanks!

Yeah, I've tried it with django 1.11 and django-debug-toolbar 1.11 only.