django-polymorphic/polymorphic/tests
Hugo Osvaldo Barrera e102a0502c Update a bunch of failing tests
Tests were failing because of:

* Models weren't being imported from their new location.
* PolymorphicManager doesn't work with non-polymorphic models, but
  migrations run models' manager, so having MROBase3 with
  PolymorphicManager failed.
* Some tests failed due to have assertions were being done (since they
  hardcoded expected instance ids). Update tests to use comparisons
  similar to #312
2017-09-06 20:06:25 -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 Update a bunch of failing tests 2017-09-06 20:06:25 -03:00
test_admin.py Update a bunch of failing tests 2017-09-06 20:06:25 -03: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 Update a bunch of failing tests 2017-09-06 20:06:25 -03:00
test_regression.py Update a bunch of failing tests 2017-09-06 20:06:25 -03:00
test_utils.py Update a bunch of failing tests 2017-09-06 20:06:25 -03:00