Skip to content

pobk/django-postgresql-netfields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Proper INET and CIDR fields for Django running on PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published