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')