From 5e1b222e911aceb01ce49613b624df3b44a35b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 19 Feb 2020 16:26:57 +0100 Subject: [PATCH] fargo: don't render anything for search index (#40032) --- combo/apps/fargo/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/combo/apps/fargo/models.py b/combo/apps/fargo/models.py index 32f2a494..c2c167f5 100644 --- a/combo/apps/fargo/models.py +++ b/combo/apps/fargo/models.py @@ -29,6 +29,7 @@ from combo.utils import requests class RecentDocumentsCell(CellBase): template_name = 'combo/fargo/recent-documents-cell.html' fargo_site = models.CharField(_('Site'), max_length=50, blank=True) + user_dependant = True class Meta: verbose_name = _('Recent Documents')