Set the field to Postgresql NULL (python None) if the value is empty
This will ensure that the field in the database is set to NULL if the passed value is empty ("") or None. The data structure in the database is more clean this way, but does not changes a lot from a feature point of view.
Loading
Please register or sign in to comment