django-polymorphic/polymorphic
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
..
admin Update django.urls imports 2017-08-29 19:41:42 +03:00
contrib Add polymorphic.contrib.extra_views to combine polymorphic with django-extra-views 2016-11-30 11:56:12 +01:00
formsets Drop support for Django 1.8 2017-08-29 19:41:42 +03:00
locale Fixed PO files which resulted in SyntaxError when parsed by polib 2017-06-05 12:55:20 +02:00
static/polymorphic Added 'z-index' attribute to '.polymorphic-type-menu' CSS class 2017-02-06 15:06:58 +00:00
templates/admin/polymorphic Fix marking a new formset item as empty-form on postback errors 2016-08-15 16:03:08 +02:00
templatetags Add polymorphic_formset_tags library 2017-01-10 17:18:51 +01:00
tests Update a bunch of failing tests 2017-09-06 20:06:25 -03:00
__init__.py Set polymorphic.__version__ from setuptools metadata 2017-08-29 19:41:42 +03:00
base.py Drop support for Django 1.8 2017-08-29 19:41:42 +03:00
managers.py Replace use_for_related_fields by Meta.base_manager_name 2017-08-29 19:41:42 +03:00
models.py Use field.remote_field instead of field.rel 2017-08-29 19:41:42 +03:00
query.py Drop support for Django 1.8 2017-08-29 19:41:42 +03:00
query_translate.py Drop support for Django 1.8 2017-08-29 19:41:42 +03:00
showfields.py Remove Pre-1.0 compatibility hacks 2017-08-29 19:41:42 +03:00
utils.py Improve reset_polymorphic_ctype() for reliability and test it. 2017-08-01 12:17:10 +02:00