T. Franzel

Results 315 comments of T. Franzel

hm... we do run tests for py 3.12 and it is safe to run spectacular with daphne or any asgi server. I use it myself that way. The last change...

good point. turns out there are a bunch of other places, where this could become an issue. we have a PR open that fixes a heap of types but I...

Hi! This is not a feature of drf-spectacular and a deliberate design choice. What is the added benefit of putting this into a separate component and use $ref? * From...

Hi, not exactly sure how that is even possible. Our decorators pretty much do nothing until schema generation. The probability is high, that this is an issue on your end....

thanks for the detailed explanation. could you also add am example (mock) view that shows this problem? it is easier to talk about.

Hi, valid question. So you can emulate that with `PolymorphicProxySerializer` on a serializer level. We have no mechanism to do this on a property level alone. If you can nicely...

Hi John, the question is absolutely a valid one and I think I thought about it in the beginning. My issue with this is that `OpenApiParameter`'s arguments are generic for...

Hi, not exactly sure where the responsibility lies honestly. - The OpenAPI standard has no options to customize the "location" for OAuth2. - SwaggerUI seems not to have an option...

Hey John, On the topic: If this is the endorsed package, we should make an effort. I am not sure yet how exactly `adrf` works, so supporting it may range...

> Completely understand/agree. I mostly wanted you to be aware of the DRF decision as soon as I learned about it so you were aware/prepared since drf-spectacular is the defacto...