We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb63890 commit 8314d1dCopy full SHA for 8314d1d
sqlmodel/main.py
@@ -446,7 +446,7 @@ def Field(
446
if schema_extra and (json_schema_extra or pydantic_kwargs):
447
raise RuntimeError(
448
"Passing schema_extra is not supported when "
449
- "also passing a json_schema_extra"
+ "also passing a json_schema_extra or pydantic_kwargs"
450
)
451
452
current_pydantic_kwargs = pydantic_kwargs or {}
0 commit comments