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
I expected that Blog.objects.filter(articles__tags='lemon') would return the list of blogs that have at least one article using the tag lemon, but it just returns an empty set.
Is it the expected behaviour or a bug? Could it be supported?