Tim Schilling

Results 420 comments of Tim Schilling

That sounds good! Let us know if you need any help.

@leandrodesouzadev circling back to this. How are things going?

@interDist sorry I never responded to this. Do you remember why this worked for you? I don't see `original_response` used anywhere, so I'm not sure how that helps you.

Understood. Unless we use that original response somewhere, I'm inclined to not collect it in the first place. If someone does need it, it's relatively straightforward to subclass `RedirectsPanel` and...

I think I'd be on board with a PR that changes `RedirectsPanels` to use a new method called `def get_interception_response(self, response) -> SimpleTemplateResponse` or something similar. From what I understand...

I also ran into this. I'd click submit, the window scrolled up, but I was still seeing the contact form with all the values I entered. I tried this two...

@martinberoiz have you setup your project to add the toolbar to `INSTALLED_APPS`, `MIDDLEWARE` and the urls when running tests / `DEBUG = False`?

@martinberoiz what's going on is what is explained here https://github.com/jazzband/django-debug-toolbar/issues/1405#issuecomment-733689292 DEBUG is actually True when settings load, so MIDDLEWARE and INSTALLED_APPS are setup with the toolbar, then the test runner...

@sklyar61 Django 2.2 is no longer supported. I'd recommend removing the toolbar, settings and all. Then upgrade to a supported version of Django. Then go through the installation instructions for...

The goal of this issue is to solve how a user configures DDT in the context of runserver and running tests. When tests are run, django does some weird things...