Hi, I want to access the currently logged in user in a custom manager I have wrote. I want to do this so that I can filter down results to only show objects they have access to.
Is there anyway of doing this without actually passing it in? Something similar to how it works in views where you can do request.user.
Thanks