django-polymorphic/polymorphic/tests
Chris Glass 60ea5524b8 Make test_defer_fields use get_deferred_fields()
Use the provided get_deferred_fields() method instead of relying on the
repr() for the objects to determine whether a field is deferred or not.
2020-08-18 16:07:27 +02:00
..
migrations Add missing field 2020-08-14 16:49:51 +02:00
__init__.py Move test models into models.py and add migrations 2017-09-06 19:47:18 -03:00
admintestcase.py Reformat all files with isort and black 2019-07-15 09:50:15 +02:00
models.py Add missing field 2020-08-14 16:49:51 +02:00
test_admin.py Reformat all files with isort and black 2019-07-15 09:50:15 +02:00
test_contrib.py Reformat all files with isort and black 2019-07-15 09:50:15 +02:00
test_multidb.py Update usage of databases instead of multidb 2020-08-14 16:49:51 +02:00
test_orm.py Make test_defer_fields use get_deferred_fields() 2020-08-18 16:07:27 +02:00
test_query_translate.py Replace instance_of OR query with IN statement 2018-08-24 11:16:30 +02:00
test_regression.py Reformat all files with isort and black 2019-07-15 09:50:15 +02:00
test_utils.py Reformat all files with isort and black 2019-07-15 09:50:15 +02:00