django-macaddress-ng

MAC address model and form fields for Django apps.


License
BSD-3-Clause
Install
pip install django-macaddress-ng==1.1.1

Documentation

django-macaddress

PS: This repository is merged back to original repository http://github.com/tubman/django-macaddress . I'm the new maintainer for that repository. Please use and/or submit patches in there.

Build Status https://pypip.in/v/django-macaddress-ng/badge.png https://pypip.in/d/django-macaddress-ng/badge.png

MAC Address model and form fields for Django

We use netaddr to parse and validate the MAC address. The tests aren't complete yet.

Added support for Admin search. More features are in queue.

Forked from @tubaman