You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will have a closer look at what can be done on the _get_prefix method, but I am inclined to instead check and throw exception if models have parameters with underscores in them. What do you think @digicosmos86?
I think this is kind of limiting - there should be plenty of use cases where underscores can be helpful. Let's see if there is another way that gets us around this issue
Describe the bug
Instantiating custom model with parameters that have "_" are unable to be used
To Reproduce
Screenshots
Additional context
Works so long as "_" is not a part of parameter name.
The text was updated successfully, but these errors were encountered: