Proper INET and CIDR fields for Django running on PostgreSQL

Thomas Adamcik 3f795d6d05 Add project files 15 years ago
netfilters 3cf13a1ff3 Split out form related code to forms.py 15 years ago
AUTHORS 3f795d6d05 Add project files 15 years ago
LICENSE 3f795d6d05 Add project files 15 years ago
README 3f795d6d05 Add project files 15 years ago

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.