django-model-utils/docs
Sergey Tikhonov 1386c379b7 FieldTracker should patch save_base instead of save (#404)
* 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
2019-12-15 22:43:58 +06:00
..
conf.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
fields.rst Improve Makefile to handle VENV creation if needed. 2019-08-20 12:09:51 +02:00
index.rst Update github links for jazzband transfer. 2017-04-15 08:47:31 -07:00
make.bat Add initial documentation (based on README) 2013-07-31 22:55:43 -07:00
Makefile Add initial documentation (based on README) 2013-07-31 22:55:43 -07:00
managers.rst Add a JoinManager that helps with performance (#351) 2018-11-25 20:18:23 +06:00
models.rst Improve Makefile to handle VENV creation if needed. 2019-08-20 12:09:51 +02:00
setup.rst Drop Python 2 support. (#394) 2019-09-30 14:08:52 +06:00
utilities.rst FieldTracker should patch save_base instead of save (#404) 2019-12-15 22:43:58 +06:00