QBH3

Results 2 issues of QBH3

in `debug_toolbar/middleware.py` is following code: ``` python def show_toolbar(request): """ Default function to determine whether to show the toolbar on a given page. """ internal_ips = list(settings.INTERNAL_IPS) try: # This...

**Describe the bug** I write an app in django using the django rest framework and pydantic classes as well as spectacular extended_schema annotations. when exporting views that take types having...