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
For foreign keys, the method validate() of the object, created by the model_form method, requires field without '_id': region instead of region_id for example.
I would prefer to pass and validate field with the name region_id somehow. As the names like 'region' may cause misunderstanding for a new user of the api: You cannot be sure without reading the documentation, if this field is a link to another object 'region', or just a text field.
I wrote the converter that do the thing that I want, but maybe there is a better way to do the same.
If the answer is no - is there some plans to add this possibility in the future?
The text was updated successfully, but these errors were encountered: