django-polymorphic/polymorphic
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
..
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 Move test models into models.py and add migrations 2017-09-06 19:47:18 -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