Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

filter and chained zfilter prevent filter to be applied #30

Open
kiddouk opened this issue May 14, 2012 · 0 comments
Open

filter and chained zfilter prevent filter to be applied #30

kiddouk opened this issue May 14, 2012 · 0 comments

Comments

@kiddouk
Copy link

kiddouk commented May 14, 2012

This code:

obj.filter(obj_ref_id=1).zfilter(count__in=(1, 20)) is not executed properly. Only the zfilter is apply, leaving the filter on the object reference out.

The code documentation states that only one zfilter will be applied due to performances issue but the previous filter is not applied and should.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant