mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
This commit adds a collection of wrapper classes for tracking fields while still using custom descriptors that may be present. This fixes a bug where deferring a model field with a custom descriptor meant that the descriptor was overridden in all subsequent queries. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_field_tracker.py | ||
| test_monitor_field.py | ||
| test_split_field.py | ||
| test_status_field.py | ||