Closed philippeowagner closed 9 years ago
What should be added to compat? We currently use:
Source: here
from django.contrib.contenttypes.admin import ( # NOQA isort:skip GenericInlineModelAdmin, GenericStackedInline, GenericTabularInline, ) from django.contrib.contenttypes.fields import ( # NOQA isort:skip GenericForeignKey, GenericRelation, ) from django.contrib.contenttypes.forms import ( # NOQA isort:skip BaseGenericInlineFormSet, generic_inlineformset_factory, )
GenericForeignKey is already supported.
What should be added to compat? We currently use:
Source: here