I want to override the behaviour of objects.all()
of a particular model based on information that is within the session and I dont know how to get the session data at that point
Thanks
EDIT
Just a bit more of an explanation of what/why im doing this. We have a project but want to apply a filter to what the user can see according to what they are logged into. So its ok for it to affect how "all()" works. Our project has already been build and we are modifying it so we dont want to have to go through and change all the objects.all()
and add in the request. Hope this clears things up