django-polymorphic/polymorphic
Charlie Denton 8e52bdf6d1
Explicitly name ids of clashing base models
This avoids the following error in django 1.11 tests:

    polymorphic.MRODerived: (models.E005) The field 'id' from parent model 'polymorphic.mrobase3' clashes with the field 'id' from parent model 'polymorphic.mrobase1'.

Related to https://code.djangoproject.com/ticket/22442
2017-03-03 22:16:54 +00:00
..
admin Fix import errors with Django 1.6 code 2017-02-03 22:05:13 +01:00
contrib Add polymorphic.contrib.extra_views to combine polymorphic with django-extra-views 2016-11-30 11:56:12 +01:00
formsets Fix import errors with Django 1.6 code 2017-02-03 22:05:13 +01:00
locale add spanish translation 2015-10-12 11:44:01 -03:00
static/polymorphic Update polymorphic_inlines.css 2016-09-03 15:14:01 +01: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 Explicitly name ids of clashing base models 2017-03-03 22:16:54 +00:00
__init__.py Bump to v1.1 2017-02-03 22:08:48 +01:00
base.py Fix dumpdata hack on Windows 2016-09-12 10:35:47 +02:00
manager.py autoflake: remove unused imports and statements 2016-12-19 11:12:40 +01:00
managers.py Add API documentation to the package! 2017-01-09 16:53:50 +01:00
models.py Revert get_real_concrete_instance_class_id() dry attempt 2017-01-11 14:17:26 +01:00
query.py Add API documentation to the package! 2017-01-09 16:53:50 +01:00
query_translate.py flake8 fixes 2016-12-19 11:28:41 +01:00
showfields.py flake8 fixes 2016-12-19 11:28:41 +01:00
tools_for_tests.py Fix PEP8 block comment issues (E265) 2015-12-28 15:16:42 +01:00
utils.py Update reset_polymorphic_ctype, improve ignore_existing parameter 2017-01-09 15:32:52 +01:00