removed content index

This commit is contained in:
Jonas Winkler
2020-10-29 14:32:39 +01:00
parent 5c4849796b
commit 3e50e51b8a
2 changed files with 19 additions and 2 deletions

View File

@@ -159,9 +159,8 @@ class Document(models.Model):
)
content = models.TextField(
db_index=True,
blank=True,
help_text="The raw, text-only data of the document. This field is "
help_text="The raw, text-only data of the document. This field is "
"primarily used for searching."
)