mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
added explanation for the new feature
i forgot to change changes file to explain the feature below, updating accordingly:
3e32ae257b
This commit is contained in:
parent
6fba04ec4f
commit
b0a6b78c80
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ CHANGES
|
|||
|
||||
4.0.1 (unreleased)
|
||||
------------------
|
||||
- TimeStampedModel now automatically adds 'modified' field as an update_fields
|
||||
parameter even if it is forgotten while using save()
|
||||
- `FieldTracker` now marks fields as not changed after `refresh_from_db`
|
||||
- `FieldTracker` now respects `update_fields` changed in overridden `save()`
|
||||
method
|
||||
|
|
|
|||
Loading…
Reference in a new issue