django-polymorphic/polymorphic
Diederik van der Boor a6aa95c07e Fixed internal usage of deprecated `base_objects`
Reverted the change in f898f80594 that
also replaces the internal `base_objects` with `.non_polymorphic()`.
That also changed which querysets was used. Use a clean queryset
instead that has no select-related/prefetch information, etc.. like
previous versions did.
2018-02-05 13:00:23 +01:00
..
admin Fix import in Django 2.0 2018-01-16 10:53:34 +00:00
contrib Add polymorphic.contrib.extra_views to combine polymorphic with django-extra-views 2016-11-30 11:56:12 +01:00
formsets Fix the add_media() hack for Django 2.0 2018-01-18 15:45:18 +01:00
locale Removed unnecessary translation comments (#316) 2017-10-07 01:28:34 +03: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 Fixed unwanted manager replacement in Django 1.11 projects. 2018-02-04 13:22:51 +01:00
__init__.py Workaround RTD error to generate the API pages 2017-09-30 18:47:03 +02:00
base.py Fixed internal usage of deprecated `base_objects` 2018-02-05 13:00:23 +01:00
managers.py Replace use_for_related_fields by Meta.base_manager_name 2017-08-29 19:41:42 +03:00
models.py Fixed internal usage of deprecated `base_objects` 2018-02-05 13:00:23 +01:00
query.py Fixed internal usage of deprecated `base_objects` 2018-02-05 13:00:23 +01:00
query_translate.py Fixed applabel__ModelName___field looksups 2017-11-20 15:19:21 +01:00
showfields.py Remove Pre-1.0 compatibility hacks 2017-08-29 19:41:42 +03:00
utils.py Make sure reset_polymorphic_ctype() supports proxy models 2017-10-08 22:43:54 +02:00