diff options
| author | Barry Warsaw | 2012-09-04 22:25:49 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-09-04 22:25:49 -0400 |
| commit | 952cd3770fe4db4786efcc7c90d72dfa9aa74e68 (patch) | |
| tree | 17e850760dcb5e1a4a685d9ecc903550771df605 /src/mailman/model/member.py | |
| parent | 5d42a53f1166ecaf98be69954894795c44a803a8 (diff) | |
| download | mailman-952cd3770fe4db4786efcc7c90d72dfa9aa74e68.tar.gz mailman-952cd3770fe4db4786efcc7c90d72dfa9aa74e68.tar.zst mailman-952cd3770fe4db4786efcc7c90d72dfa9aa74e68.zip | |
Diffstat (limited to 'src/mailman/model/member.py')
| -rw-r--r-- | src/mailman/model/member.py | 2 |
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() |
