Ensure avatar service configuration forms are valid

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

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.

brennie
chipx86
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.10.x (907a8eb), release-0.10.x (b4fb03a)
Loading...