You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playing with it for while I am pretty sure that the "user" is recognised.
However I need another filter - to get only users that have a fullName.
So I used the same query with the filter addition of 'user__fullName__exists=True' but I get zero results:
Hi,
not sure if I am doing this correctly - trying to filter a join query with user fullName.
I have this query that works well (returns a result set)
Playing with it for while I am pretty sure that the "user" is recognised.
However I need another filter - to get only users that have a fullName.
So I used the same query with the filter addition of 'user__fullName__exists=True' but I get zero results:
Is this a bug or am I using this incorrectly?
The text was updated successfully, but these errors were encountered: