djagger icon indicating copy to clipboard operation
djagger copied to clipboard

OpenAPI 3 schema generator for Django and Django Rest Framework based on pydantic

Results 2 djagger issues
Sort by recently updated
recently updated
newest added

Is it something supported by Djagger? It could be useful to specify a filterset class directly in the ``query_params`` attribute.

enhancement

ChoiceField and MultipleChoiceField in serializers are represented as string after being converted to a pydantic model. Consider representing as Enum field type.