django-polymorphic/polymorphic/tests
Chris Glass 76871e3863 Fix warnings
This is a little uncertain - while it does fix warnings I'm not sure the
removed assertion were actually useful in checking the behavior, and I'm
not certain how to recreate the assertion without using the depracated
path.
2020-08-14 16:32:18 +02:00
..
migrations Reformat all files with isort and black 2019-07-15 09:50:15 +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 Corrected black code wrapping when lines had long comments. 2019-07-15 18:10:05 +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 [compat] Remove PY2 compat artefacts 2020-08-04 14:49:40 +02:00
test_orm.py Fix warnings 2020-08-14 16:32:18 +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