Fix a bug when user preferences are unset
Mailman does not accept None values for boolean preferences. When those preferences are unset, they must be excluded from the POST data. |
---|
|
src/postorius/tests/fixtures/vcr_cassettes/mailman_user_none_prefs.yaml 0 → 100644 |
---|
src/postorius/tests/mailman_api_tests/test_user.py |
---|
src/postorius/views/user.py |
---|