Re: Filtersets

2014-04-01 Thread C. Kirby
, or just take ideas from it, here it is: https://github.com/ckirby/django-modelqueryform ~C. Kirby On Tuesday, April 1, 2014 6:16:05 AM UTC-5, Conrad Rowlands wrote: > > Hi All. I wonder if anyone can point me in the right direction. I am > building a web api using django and F

Filtersets

2014-04-01 Thread Conrad Rowlands
Hi All. I wonder if anyone can point me in the right direction. I am building a web api using django and FilterSets and wish to allow consumers to perform a query along the lines of Manufacturer =x OR manufacturer = y etc etc Is this achievable out of the box and how would you specify