In a previous article, I showcased how to create a bulk edit form in Django using class based views. Recently, the use case came up where I needed to change the queryset for the FormSet such that it could filter based on the currently logged in user. The problem I…