Re: MAC Address-Field needed- Validate a Char-Field (RegEx) or create my own Field?

2009-02-06 Thread Lee Braiden
ARie, Ideally, I think you'd want to create a mac field that works more like a credit card validation field than a simple regex checker. I say that because you could check the manufacturer prefix codes of the mac addresses and verify that the suffixes match things they've produced, and stuff lik

MAC Address-Field needed- Validate a Char-Field (RegEx) or create my own Field?

2009-02-06 Thread ARie
Hi all, i am just trying to create my first django application an ran into a problem creating a field for a mac address. I am looking for something similar as django's built in IPAddressField. As a special mac-field is missing, ithought i could simply use a char- Field an validate it accordingly