j-bernard

Results 10 comments of j-bernard

Yes thanks, its 5.3, I made the edit :)

`em@[email protected]` is invalid but is considered valid: this is the issue. `"em@il"@example.test` is the valid form and is correctly considered as valid.

Hi @ruscoder. I don't see the reason why you use `initial_data` at that point as the data that will effectively be used in the object is `validated_data`. Could you please...

I'll try to spend some time on it, maybe next week.

I'm using `Select2GroupListView` to get the list of values to display but the problem is with the field widget. My form field is as follow: ``` autocomplete.Select2ListChoiceField(label='', required=True, widget=LgrGroupedListSelect2(url='autocomplete-url', attrs={'data-allow-clear':...

Did you manage to solve your problem? I was having the same issue and solved it by "stringifying" my values (and also field names in my cases).

I also have the same issue. Actually I do not have `django.contrib.admin` in my `INSTALLED_APPS` and adding it would solve the issue. Any clue on how to fix this issue...

Examples of valid internationalized domains names as per IDNA 2008 but rejected by `InternetAddress.checkAddress`: - मेल.डाटामेल.top - 𐍃𐌹𐌿𐍈𐌳𐌵𐌿.top

I didn't suggest using it because it implements an old IDNA standard (IDNA 2003), so ICU is better for conformance.

So it looks like, as you suggested, java.net.IDN would be your best option. It won't offer full compliance with the latest standard but IDNA 2003 is more permissive than IDNA...