Merge branch 'master' into 'master'
Added ChangeDisplayNameForm to enable editing of the user display name

Fixes https://gitlab.com/mailman/postorius/issues/118

See merge request !128
commit 09bb33beaf8c6d5bcae3092dc9292a9ded32b325
2 parents d6f532b + ef5d70e
@Aurélien Bompard Aurélien Bompard authored on 4 May 2016
Showing 10 changed files
View
src/postorius/forms.py
View
src/postorius/templates/postorius/user/profile.html
View
src/postorius/tests/fixtures/vcr_cassettes/TestProfile.test_change_display_name.yaml 0 → 100644
View
src/postorius/tests/fixtures/vcr_cassettes/TestProfile.test_post_form_with_smtp_exception.yaml
View
src/postorius/tests/fixtures/vcr_cassettes/TestProfile.test_post_invalid_form_shows_error_msg.yaml
View
src/postorius/tests/fixtures/vcr_cassettes/TestProfile.test_post_valid_form_redirects_on_success.yaml
View
src/postorius/tests/fixtures/vcr_cassettes/TestProfile.test_post_valid_form_shows_success_message.yaml
View
src/postorius/tests/fixtures/vcr_cassettes/TestProfile.test_view_contains_form.yaml
View
src/postorius/tests/mailman_api_tests/test_profile.py
View
src/postorius/views/user.py