django-polymorphic/polymorphic/tests
Diederik van der Boor a1c779a295
Merge pull request #369 from marksweb/fix/202
Raise `PolymorphicTypeInvalid` instead of cause `TypeError`
2019-07-11 22:09:14 +02:00
..
migrations Amend PR #336: fix migration file syntax for Django 1.10 2018-01-15 15:08:14 +01:00
__init__.py Move test models into models.py and add migrations 2017-09-06 19:47:18 -03:00
admintestcase.py Fix deprecated admin site URL in tests 2018-01-16 10:53:34 +00:00
models.py Raise exception instead of cause `TypeError` when `polymorphic_ctype_id` is invalid. 2018-11-22 20:05:57 +00:00
test_admin.py Add admin history, add type, and add page tests 2017-09-30 18:33:19 +02:00
test_contrib.py Update a bunch of failing tests 2017-09-06 20:06:25 -03:00
test_multidb.py Update a bunch of failing tests 2017-09-06 20:06:25 -03:00
test_orm.py Merge pull request #369 from marksweb/fix/202 2019-07-11 22:09:14 +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 Update a bunch of failing tests 2017-09-06 20:06:25 -03:00
test_utils.py Added `get_base_polymorphic_model()` to detect the common base class for a polymorphic model. 2017-09-30 16:21:21 +02:00