T. Franzel
T. Franzel
Hi, what you do there is certainly possible and this pattern is also used in the tests. Generally it is not a good practice to stuff everything into one schema....
> Apparently I can access swagger UI with no errors and nothing comes out but grey screen. that means that no views are matching `v2` or `v3` given the `Versioning`...
> I found a completed issue https://github.com/tfranzel/drf-spectacular/issues/650 and not to bother you anymore that was mainly about a a custom versioning class. Also you cannot use versioned request `/docs/swagger/?version=v2` at...
> Output: grey screen does this mean "no schema shown" or "the screen is completely blank". Is the topbar still showing up? In principle this looks all ok and should...
all your code samples have a syntax error. You could have seen this by looking in the browser console. There was a `,` missing after the urls row. I tested...
Hi, this is an interesting question. To start off, `COMPONENT_SPLIT_REQUEST: True` would definitely be required for this, as the duality could not be represented otherwise. On first sight i thought,...
hey, glad that worked out for you! theoretically we could add a setting to enable this, but i would put that on hold for now until a few more people...
as you and axnsan12 have stated, this is a DRF issue. just for the record, the `extra_kwargs` solution also works for drf-spectacular. glad you found a workaround with a hook....
thanks to @TheSuperiorStanislav, this got resolved upstream with encode/django-rest-framework#8536 :heart:
Hey @mdellweg, sry this fell of the waggon. I gave a detailed explanation for non-std methods here: https://github.com/tfranzel/drf-spectacular/issues/244#issuecomment-1069381321 `HEAD` is treated a bit weird by DRF and does not follow...