Clean up plugins documentation

This commit is contained in:
jeremystretch
2022-11-15 16:55:18 -05:00
parent a69fba423c
commit 3df5875a05
5 changed files with 20 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ class SearchIndex:
"""
Base class for building search indexes.
Attrs:
Attributes:
model: The model class for which this index is used.
category: The label of the group under which this indexer is categorized (for form field display). If none,
the name of the model's app will be used.