The tn_parent field of the administrator's form django-treenodeis very inconvenient to use. This widget allows you to search and presents related items in the form of a tree.
Download and extract the files to your application folder using django-treenode
class YoursForm(TreeNodeForm):
class Meta:
widgets = {
'tn_parent': TreeWidget(attrs={'style': 'min-width:400px'}),
}
This software contains, uses, including in a modified form:
- Select2-to-Tree Select2 extension by clivezhg