django-postgresql-netfields icon indicating copy to clipboard operation
django-postgresql-netfields copied to clipboard

Fix uncaught EUI() exceptions

Open kbirkeland opened this issue 2 years ago • 0 comments

In some cases, netaddr.EUI() can throw IndexError and TypeError in addition to netaddr.AddrFormatError. This was handled correctly in MACAddressFormField, but was missing in some other places.

kbirkeland avatar May 06 '22 19:05 kbirkeland