django-polymorphic/polymorphic/tests
Hugo Osvaldo Barrera a507345c6d Move test models into models.py and add migrations
Tests were failing on postgres due to foreign keys pointing to missing
tables.
In order for these tables to be present, we need migrations which
declare depending on `content_type`.
2017-09-06 19:47:18 -03:00
..
migrations Move test models into models.py and add migrations 2017-09-06 19:47:18 -03:00
__init__.py Move test models into models.py and add migrations 2017-09-06 19:47:18 -03:00
models.py Move test models into models.py and add migrations 2017-09-06 19:47:18 -03:00
test_admin.py Added plain tests for admin importing 2017-02-03 22:05:13 +01:00
test_contrib.py Remove test imports that Django 1.5- required 2017-08-01 12:17:10 +02:00
test_multidb.py Drop support for Django <1.8, Python <2.7 2017-07-10 09:08:11 +03:00
test_orm.py Fix failing tests with django/master 2017-09-06 22:41:13 +03:00
test_regression.py Moved polymorphic models back to tests/__init__.py, for Django 1.6- 2017-01-09 15:12:26 +01:00
test_utils.py Fix failing tests with django/master 2017-09-06 22:41:13 +03:00