From 3033db1753c53240273c0a1c56943805e9fd9d80 Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 5 Nov 2024 15:34:56 +0200 Subject: [PATCH] fixup! feat: allow users to edit the document fulltext --- app/general/admin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/general/admin.py b/app/general/admin.py index 36057fd..6b18303 100644 --- a/app/general/admin.py +++ b/app/general/admin.py @@ -77,9 +77,6 @@ class Meta: fields = "__all__" # noqa: DJ007 labels = {"document_data": _("Document full-text (used in search)")} - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) - class DocumentAdmin(SimpleHistoryAdmin): ordering = ["title"]