Hi all! Django provides a Ip Address Field. But actually it's a CharField with some IP formate check.
But in my database, ip addresss are stored in 4 bytes int form. So I was considering if it's prossible to SubClass Field to create my own Field Type. I will post my code here if I found it's simple. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---