fromMirek Dugosz personal website2 months agoDjango: data modified in pre_save signal is not savedpre_save signal can modify the instance before saving, but if not included in update_fields, changes will not be stored in the database.Django