• 
      

    Ensure avatar service configuration forms are valid

    Review Request #8859 — Created March 29, 2017 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.10.x
    5c52299...

    Reviewers

    It was previously possible to save the AvatarSettingsForm with invalid
    form data for a avatar service configuration form. This was because we
    only cleaned the form, but we did not do anything with the result. We
    now ensure that the avatar service's configuration is valid, otherwise
    we will make the AvatarSettingsForm invalid.

    Ran unit tests.