Backport support to limit an index to a particular set of document types, as well as balance the index tree template permissions
This commit is contained in:
@@ -12,6 +12,7 @@ class IndexForm(forms.ModelForm):
|
||||
"""
|
||||
class Meta:
|
||||
model = Index
|
||||
exclude = ('document_types',)
|
||||
|
||||
|
||||
class IndexTemplateNodeForm(forms.ModelForm):
|
||||
|
||||
Reference in New Issue
Block a user