Ädu
Results
2
comments of
Ädu
The code for version 1 is basically the same with the new naming: ``` class MyModelSchema(ModelSchema): model_config = ConfigDict( extra='allow' ) my_field_from_model_2: str class Meta: model = models.MyModel fields =...
When using Django 5 (concretely 5.0.1), the following error appears: ``` AttributeError at /redoc/ '__proxy__' object has no attribute '_delegate_text' ``` Is this already a know issue?