• 
      

    Convert review group's mailing list to a generic CharField.

    Review Request #5305 — Created Jan. 22, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Convert review group's mailing list to a generic CharField.

    Our email backend allows the mailing list field to contain multiple e-mail
    addresses separated by commas. Unfortunately, because this was represented as
    an EmailField, the validation in the admin UI didn't allow entering multiple
    addresses. This change converts the field to be a generic CharField.

    • Ran evolution
    • Ran unit tests
    • Added a group with multiple mailing lists.