python-simple-workflow icon indicating copy to clipboard operation
python-simple-workflow copied to clipboard

Filter on the all queryset method results

Open oleiade opened this issue 12 years ago • 0 comments

most filter queryset methods are today made using the list_* boto.swf methods. These methods generally do not provide extensive filtering params.

Let's say that querysets filter method should now take kwargs params, and if any is present, then filter will instead retrieve all (limited) objects, and manually filter the results.

oleiade avatar Apr 10 '13 10:04 oleiade