Replies: 1 comment 4 replies
-
|
I just thought don't define model_config = ConfigDict(
alias_generator=AliasGenerator(
validation_alias=to_snake, serialization_alias=to_camel
)
) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
sorry for no real code, I cant' reproduce it
I inherit class,
DocumentBaselike this:after adding new model, it's returning
id='None'even I search document like
Beta Was this translation helpful? Give feedback.
All reactions