summaryrefslogtreecommitdiff
path: root/src/mailman/model/mailinglist.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-12-30 13:09:55 -0500
committerBarry Warsaw2012-12-30 13:09:55 -0500
commit78340d7ebc67ac7aeb6734ec4a8f025fb799cba8 (patch)
tree244f161f35b10096d17a03953fa56cef2d988be8 /src/mailman/model/mailinglist.py
parent58d77cbb3ffa8df4f85d0c42a529f3c48cbd8810 (diff)
downloadmailman-78340d7ebc67ac7aeb6734ec4a8f025fb799cba8.tar.gz
mailman-78340d7ebc67ac7aeb6734ec4a8f025fb799cba8.tar.zst
mailman-78340d7ebc67ac7aeb6734ec4a8f025fb799cba8.zip
Diffstat (limited to 'src/mailman/model/mailinglist.py')
-rw-r--r--src/mailman/model/mailinglist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/model/mailinglist.py b/src/mailman/model/mailinglist.py
index 28c911619..1ffef716c 100644
--- a/src/mailman/model/mailinglist.py
+++ b/src/mailman/model/mailinglist.py
@@ -88,7 +88,6 @@ class MailingList(Model):
anonymous_list = Bool()
# Attributes not directly modifiable via the web u/i
created_at = DateTime()
- admin_member_chunksize = Int()
# Attributes which are directly modifiable via the web u/i. The more
# complicated attributes are currently stored as pickles, though that
# will change as the schema and implementation is developed.