django-macaddress / django-macaddress

MAC address Model Field & Form Field for Django apps
BSD 3-Clause "New" or "Revised" License
53 stars 26 forks source link

Postgres provides the macaddr type #38

Open MEschenbacher opened 4 years ago

MEschenbacher commented 4 years ago

Issue #3 mentioned that we could leverage postgres' macaddr type: https://www.postgresql.org/docs/current/datatype-net-types.html

kra3 commented 4 years ago

Yes, I did mention that. ;) How do you like to drive this discussion though ?

MEschenbacher commented 3 years ago

Do you think it's feasible to implement it?

kra3 commented 3 years ago

It's been a while. There were some issues back then. Probably related to Django admin !!

I'll try to remember it and also try to get this rolling