T. Franzel
T. Franzel
Hey @bartvanandel sry for this delay, but I am finally catching up. Got 2 more issues left for a release. I'll try to resolve this with you in a speedy...
@bartvanandel Thanks for getting back at me even though you moved on. Much appreciated. I wish you good luck with C# 😄 > Posting an empty object vs None can...
Hi, this is a convoluted issue and easy to misinterpret. Let me give some ground work: We only use what DRF gives us (because we cannot differentiate your choices from...
2 more things: * As the docs state, since you are allowed to omit fields in the "response dict" of `ModelSerializer`, marking them required in the response schema could make...
Excellent! Thank you
Hi > The interesting part is annotating XChildSerializer with @extend_schema_field(ParentSerializer). If I remove the annotation, the problem goes away. In my real project I also have another YChildSerializer with the...
Hi, I was unaware of this library. Seems like it completely bypasses the regular `urlconf` and instead injects its own routes via middleware. Spectacular&DRF both know nothing about this "hack"....
Hey, so on first sight this looks pretty good. Everything seems setup properly. FYI we do fully support this. Tests are here: https://github.com/tfranzel/drf-spectacular/blob/master/tests/test_versioning.py DEFAULT_VERSIONING_CLASS looks good and should be used...
> Just to make sure we're on the same page, what I'm expecting is for the config view to only be present in the v4 schema and not in the...
Hi, pretty sure this works if setup properly. Your settings alone are not enough to judge the situation. Have a look at the test implementation. You need both `authentication_classes` and...