T. Franzel

Results 315 comments of T. Franzel

@zbmott is this the only failure with regards to `adrf`? That would be an easy fix and I have zero problems integrating that. I just wanted to say that refactoring...

This is behaving exactly as designed. 1. use `queryset` attr if available to get the model. 2. if `queryset` not available, try to call `get_queryset` and get the model in...

Hi @TimoGuenther, > However, while looking intuitive, this nullable statement is actually a no-op according to the [OpenAPI specification](https://swagger.io/specification/) version 3.0.3 to which DRF Spectacular adheres -- nullable only does...

This is a comment of one of the main contributors, which seems to support my interpretation: https://github.com/OAI/OpenAPI-Specification/issues/1368#issuecomment-354037150 > Can allOf be used to define a non-nullable subtype of nullable base...

excellent point @Lucidiot Am I correct in understanding that this is supported by Django, but not "yet" by DRF? I think we can fix the exception, but to make it...

Hi @auvipy, I'm not entirely sure that you are referring to exactly. Correct me if I'm wrong, but drf-yasg did only OpenAPI 2.0 out of the box. As far as...

Ah thanks, that was the context I needed. I was not aware of that discussion. So as far as I understand > drf-yasg+drf-yasg-json-api is a "competitor" to django-rest-framework-json-api still seems...

sure thing. I subscribed to that discussion. You can mention me in your communication so I can chime in where needed. I would hate for them to walk through the...

Hi! I get your point. There is no easy way to do this. - extra_kwargs: the idea is good but it will fail with `Field.__init__() got an unexpected keyword argument...

Hi, > Some enums share the same name even if they are name spaced in the Models classes. The fact that they are nested inside the models is irrelevant to...