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
By default the method to_interval_value(self, data)
Capture the ID if ID is NULL it's raise excepction non primary key I want to create in same view object and its related objects without edit the_interval_value, and validate method... Why is the best practice to make it possible?
The text was updated successfully, but these errors were encountered:
I personally set a fake id to my objet based on the current timestamp. However my object has relations with persisted models in database. So I don't have to worry about related objects without id.
Might not be the best way to allow the serialization, but it works.
I guess in your case, I will add a prefix to your id's object. Not needed thought.
By default the method to_interval_value(self, data)
Capture the ID if ID is NULL it's raise excepction non primary key I want to create in same view object and its related objects without edit the_interval_value, and validate method... Why is the best practice to make it possible?
The text was updated successfully, but these errors were encountered: