﻿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	additional database api	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	new	Database layer (models, ORM)		normal				Unreviewed	0	0	0	0	0	0
