﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2616	Add DB API support for lookup against IP address fields	kirk.reeves@…	nobody	"please add an additional key word for querysets when searching with the inet datatype..

and example would be 
assume a table constructed as follows. 

create table network_interfaces(
id serial,
ip inet,
interface char(20)
)

--The SQL Syntax ---
SELECT * from network_interface where ip << '10.210.0.0/16';

--possible Django syntax ---
Interfaces.objects.filter(ip_within='10.210.0.0/16')

Thanks.  Django is a great project."	enhancement	closed	Database layer (models, ORM)		normal	wontfix			Design decision needed	0	0	0	0	0	0
