summaryrefslogtreecommitdiff
path: root/src/mailman/database/types.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-05-13 16:32:32 +0200
committerBarry Warsaw2011-05-13 16:32:32 +0200
commitaba960f1c537ba38217f0377e58d611fcfd8f0a1 (patch)
treebea988697417ebce92a47bddd79b208e40192c4c /src/mailman/database/types.py
parent2cf1012747a2553b030f3c435b12701ea4441afc (diff)
downloadmailman-aba960f1c537ba38217f0377e58d611fcfd8f0a1.tar.gz
mailman-aba960f1c537ba38217f0377e58d611fcfd8f0a1.tar.zst
mailman-aba960f1c537ba38217f0377e58d611fcfd8f0a1.zip
Diffstat (limited to 'src/mailman/database/types.py')
-rw-r--r--src/mailman/database/types.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mailman/database/types.py b/src/mailman/database/types.py
index 1195802ff..f126cc05a 100644
--- a/src/mailman/database/types.py
+++ b/src/mailman/database/types.py
@@ -34,7 +34,10 @@ from mailman.utilities.modules import find_name
class _EnumVariable(Variable):
- """Storm variable."""
+ """Storm variable.
+
+ To use this, make the database column a TEXT.
+ """
def parse_set(self, value, from_db):
if value is None: