README 527 B

1234567891011
  1. Django PostgreSQL Netfilters
  2. ============================
  3. This project is an attempt at making proper Django net related fields for Django
  4. Currently the built in IPAddressField does not support IPv6 and uses an inefficient
  5. HOST() cast in all lookups. Hopefully there experience from this project can lead
  6. to a resolution of these issues upstream.
  7. In addition to the basic IPAddressField replacement a CIDR and MAC field have
  8. been added. Furthermore a customer Manager allows for access to all of PostgreSQL's
  9. INET operators.