get_db_prep_save(value, connection)
[source]
Same as the get_db_prep_value()
, but called when the field value must be saved to the database. By default returns get_db_prep_value()
.
get_db_prep_save(value, connection)
[source]
Same as the get_db_prep_value()
, but called when the field value must be saved to the database. By default returns get_db_prep_value()
.
Please login to continue.