Fixes #136 on the 3.0 maintenance branch.
commit391f8d968484947855a06fb6e3a9d5e724e35c3f
authorBarry Warsaw <barry@python.org>
Tue, 14 Jul 2015 01:00:31 +0000 (13 21:00 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 14 Jul 2015 01:00:31 +0000 (13 21:00 -0400)
treeb98a039078f0971381c521daf9ff10d6c8a02bee
parent7db7ac4e5c94497394f3ee6792df1342440dc38b
Fixes #136 on the 3.0 maintenance branch.

* The REST API incorrectly parsed `is_server_owner` values when given
  explicitly in the POST that creates a user.  (Closes #136)
src/mailman/docs/NEWS.rst
src/mailman/rest/tests/test_users.py
src/mailman/rest/users.py