Proper INET and CIDR fields for Django running on PostgreSQL

Thomas Adamcik d8918712c6 Bring code back into running state after refactoring il y a 15 ans
netfields d8918712c6 Bring code back into running state after refactoring il y a 15 ans
.gitignore cc47535ebc Add gitignore il y a 15 ans
AUTHORS 3f795d6d05 Add project files il y a 15 ans
LICENSE 3f795d6d05 Add project files il y a 15 ans
README 3f795d6d05 Add project files il y a 15 ans

README

Django PostgreSQL Netfilters
============================

This project is an attempt at making proper Django net related fields for Django
Currently the built in IPAddressField does not support IPv6 and uses an inefficient
HOST() cast in all lookups. Hopefully there experience from this project can lead
to a resolution of these issues upstream.

In addition to the basic IPAddressField replacement a CIDR and MAC field have
been added. Furthermore a customer Manager allows for access to all of PostgreSQL's
INET operators.