I have a Django app which has a single-account model. We are converting this to be multi-account, so almost every model will have a ForeignKey(Account).
Is there some huge reason why you can't just write a function that automatically inserts the session account into the query and takes all your other parameters as arguments?