We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799855c commit 118a0edCopy full SHA for 118a0ed
1 file changed
app1/django/contrib/contenttypes/admin.py
@@ -3,8 +3,11 @@
3
from functools import partial
4
5
from django.contrib.admin.checks import InlineModelAdminChecks
6
+
7
from django.contrib.admin.options import InlineModelAdmin, flatten_fieldsets
8
9
from django.contrib.contenttypes.fields import GenericForeignKey
10
11
from django.contrib.contenttypes.forms import (
12
BaseGenericInlineFormSet, generic_inlineformset_factory,
13
)
0 commit comments