django-model-utils/tests/test_fields
Lucas Wiman 80b099f129 Do not override custom descriptors when present.
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.
2018-06-21 12:41:42 -07:00
..
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_field_tracker.py Do not override custom descriptors when present. 2018-06-21 12:41:42 -07:00
test_monitor_field.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_split_field.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_status_field.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00