summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 00faab64d..1aab612df 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1112,7 +1112,7 @@ class IshtarSiteProfile(models.Model, Cached):
("V", _("SQL views")),
("T", _("Cache tables")),
),
- default="V",
+ default="T",
max_length=1,
help_text=_(
"If you experience performance problems with complex relations "