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
Fields that may be provided as dictionaries break this function. Specifically it breaks when using JSON or HStore fields from the peewee postgres_ext. The function assumes that if the value is a dictionary then the field must be a ForeignKeyField. One way to fix this would be to change the condition to:
Fields that may be provided as dictionaries break this function. Specifically it breaks when using JSON or HStore fields from the peewee postgres_ext. The function assumes that if the value is a dictionary then the field must be a ForeignKeyField. One way to fix this would be to change the condition to:
The text was updated successfully, but these errors were encountered: