django-model-utils/tests
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
..
test_fields Do not override custom descriptors when present. 2018-06-21 12:41:42 -07:00
test_managers Remove version checks for django<1.8. 2018-06-21 12:41:42 -07:00
test_models Do not override custom descriptors when present. 2018-06-21 12:41:42 -07:00
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
fields.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
managers.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
models.py Add failing test for deferred attributes. 2018-06-21 12:41:42 -07:00
settings.py switch to py.test + pytest-cov 2017-12-11 08:11:55 -06:00
test_choices.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_inheritance_iterable.py make InheritanceIterable inherit from ModelIterable instead of BaseIterable 2017-06-23 09:51:32 -04:00
test_miscellaneous.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00