filtering objects based on boolean field state
I’m working on a project where a form is filled out. And in that form you have the is_active fields. If the user selects True, it means the account is active and if it is False, it means it is no longer active, and the user can no longer see it. Through the filters I’m… Read More filtering objects based on boolean field state