~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to src/mailman/rest/configuration.py

  • Committer: Barry Warsaw
  • Date: 2012-12-18 00:28:45 UTC
  • mfrom: (7185.1.1 mailman)
  • Revision ID: barry@list.org-20121218002845-t4g03sc27tjzqlh2
 * Allow the getting/setting of IMailingList.subject_prefix via the REST API
   (given by Terri Oda).  (LP: #1062893)

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    request_address=GetterSetter(None),
141
141
    scheme=GetterSetter(None),
142
142
    send_welcome_message=GetterSetter(as_boolean),
 
143
    subject_prefix=GetterSetter(unicode),
143
144
    volume=GetterSetter(None),
144
145
    web_host=GetterSetter(None),
145
146
    welcome_message_uri=GetterSetter(unicode),