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

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

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.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (4d097c1).
Loading...