django-polymorphic/polymorphic
Diederik van der Boor c795c18575 Add admin history, add type, and add page tests 2017-09-30 18:33:19 +02:00
..
admin Fixed the polymorphic inline script code. 2017-09-30 16:50:12 +02: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 Fixed the polymorphic inline script code. 2017-09-30 16:50:12 +02: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 Fix deleteText of |as_script_options 2017-09-30 16:46:26 +02:00
tests Add admin history, add type, and add page tests 2017-09-30 18:33:19 +02: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 Added `get_base_polymorphic_model()` to detect the common base class for a polymorphic model. 2017-09-30 16:21:21 +02:00