From f9debe827556003e37493290b1e29fb5b9741e88 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 8 Oct 2018 11:18:20 +0200 Subject: Optionnal use of indexes for cached label for finds --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 0a00fc108..3e7cecf2a 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1987,6 +1987,8 @@ class IshtarSiteProfile(models.Model, Cached): u"Change this with care. With incorrect formula, the " u"application might be unusable and import of external " u"data can be destructive.")) + find_use_index = models.BooleanField(_(u"Use auto index for finds"), + default=True) currency = models.CharField(_(u"Currency"), default=u"€", choices=CURRENCY, max_length=5) -- cgit v1.2.3