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 |
||
|---|---|---|
| .. | ||
| locale | ||
| __init__.py | ||
| choices.py | ||
| fields.py | ||
| managers.py | ||
| models.py | ||
| tracker.py | ||