T. Franzel
T. Franzel
Hello @haku4130 can you clean up your problem statement a bit? 1. Your url 2. How we render it right now. 3. How it is supposed to be.
Hi @andreasnuesslein So we actually don't do that much with pydantic. We use the schema generated by pydantic and just shape it a bit. But you're welcome to investigate why...
thanks for investigating @andreasnuesslein. So as a matter of fact we already have an open PR (#1156) for this change, even though for a different reason. I think with your...
hehe, that picture was taken in Niederweimar near Marburg.
This has been raised a couple of times and is an issue outside of our control. * OpenAPI does only support `type: http, scheme: basic` and `type: http, scheme: bearer`...
It would be easily fixable, but DRF is so stable and so widely used that they are long past the point of changing defaults and creating breaking changes. I wouldn't...
Hi @artKucher, excellent find! Thank you so much for tackling this. It is kind of obvious once you see it. The `DefaultSchema` serves as a forwarding proxy with`instance_schemas: WeakKeyDictionary[view, schema]`,...
Hi @diego351, short answer is no. It is designed on purpose like that. The idea is "if you take over, you take over completely". I think it shouldn't be too...
Hi @psamuels00, and first of all sorry for the super late reply. Haven't had much spare time lately. I see your point there, but I am unsure whether we actually...
Hi @quertenmont ENUM_NAME_OVERRIDES supports: * Choices classes * Enum classes * Sequence[tuple[X, str]] * Sequence[X] (e.g list[X]) * named groups choices * Callable (returning above items) * Import strings (to...