django-model-utils/tests/test_models
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_deferred_fields.py Do not override custom descriptors when present. 2018-06-21 12:41:42 -07:00
test_softdeletable_model.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_status_model.py Update github links for jazzband transfer. 2017-04-15 08:47:31 -07:00
test_timeframed_model.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_timestamped_model.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00