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
Hello! Is there any updates on this issue? Any way I could help make a new PR / update an existing PR to solve it? I just ran into this issue on my project too.
Bug report
What's wrong
as_manager()
on querysets currently usesAny
instead of_T
.Like so:
How is that should be
Looks like a simple switch to _T fixes it:
See https://docs.djangoproject.com/en/3.0/topics/db/managers/#creating-a-manager-with-queryset-methods for more info.
The text was updated successfully, but these errors were encountered: