django-ipyfield 0.1.6

django-ipyfield is a Django app that provides a model field for Django that allows the storage of an ip address as a BigInt on the db side by using IPy to handle conversion to an IPy.IP instance (or None) on the python side.Wut?In its way, it gives...