summaryrefslogtreecommitdiff
path: root/src/mailman/model/member.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/member.py')
-rw-r--r--src/mailman/model/member.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/member.py b/src/mailman/model/member.py
index 343c69e66..76fe2f992 100644
--- a/src/mailman/model/member.py
+++ b/src/mailman/model/member.py
@@ -53,7 +53,7 @@ class Member(Model):
id = Int(primary=True)
_member_id = UUID()
role = Enum(MemberRole)
- list_id = Unicode(name='mailing_list')
+ list_id = Unicode()
moderation_action = Enum(Action)
address_id = Int()