* Domains now have a list of owners, which are ``IUser`` objects, instead of
commit7317b94a0b746f0287ecbc5654ec544ce0112adb
authorBarry Warsaw <barry@list.org>
Tue, 7 Apr 2015 02:06:28 +0000 (6 22:06 -0400)
committerBarry Warsaw <barry@list.org>
Tue, 7 Apr 2015 02:06:28 +0000 (6 22:06 -0400)
treefd113090d48ba1901e125d156239f17d1ddad4c7
parentb0a841d634ad5a44b44af17548636e17c38541f1
parent5f16bf4ee68231cdce99ed26262f73cac81fbafa
 * Domains now have a list of owners, which are ``IUser`` objects, instead of
   the single ``contact_address`` they used to have.  ``IUser`` objects now
   also have a ``is_server_owner`` flag (defaulting to False) to indicate
   whether they have superuser privileges.  Give by Abhliash Raj, with fixes
   and refinements by Barry Warsaw.  (LP: #1423756)

 * Domains can now optionally be created with owners; domain owners can be
   added after the fact; domain owners can be deleted.  Also, users now have
   an ``is_server_owner`` flag as part of their representation, which defaults
   to False, and can be PUT and PATCH'd.  Given by Abhilash Raj, with fixes
   and refinements by Barry Warsaw.  (LP: #1423756)
src/mailman/docs/NEWS.rst
src/mailman/rest/tests/test_domains.py