mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
* add test for reproducing FieldTracker update_fields issue FieldTracker does not see update_fields changed in tracked model.save() method * Patch Model.save_base instead of save This change allows proper capturing update_fields kwarg if is is changed in overridden save() method. * Add some details about FieldTracker implementation * Mention FieldTracker behavior change |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_field_tracker.py | ||
| test_monitor_field.py | ||
| test_split_field.py | ||
| test_status_field.py | ||
| test_uuid_field.py | ||