well, if it tells you that there is an integrity error, that's a DB problem and not a validator one ..... have you tried to see all the values in that column ? DB doesn't know if that's a valid email address or not, he cares only (if that column has a unique costraint applied) that the same value is not already in another row on the same column...
On 11 Mag, 00:17, pbreit <[email protected]> wrote: > It seems that a '+' in an email address isn't being handled correctly and > leads to an error: "IntegrityError: column name is not unique" > > For example, I already signed up as "[email protected]" and am trying to > register as "[email protected]". This should be allowed and are unique > addresses. + is a valid character on the left side of the @ in an email > address.

