django-postgresql-netfields
django-postgresql-netfields copied to clipboard
Fix uncaught EUI() exceptions
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.