0.9.5
- Makes the
has_changed
,changes_to
conditions depend on whether the field in question was included in the SQL update/insert statement by checking
theupdate_fields
argument passed to save.
has_changed
, changes_to
conditions depend on whether the field in question was included in the SQL update/insert statement by checkingupdate_fields
argument passed to save.