We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc1319 commit c02969bCopy full SHA for c02969b
1 file changed
tests/fixtures/app.py
@@ -190,7 +190,6 @@ def add_routers(app_plain: FastAPI):
190
schema=MovieSchema,
191
schema_in_post=MovieCreateSchema,
192
schema_in_patch=MovieUpdateSchema,
193
- model_id_field_name="name",
194
)
195
builder.initialize()
196
0 commit comments