Created
June 16, 2017 07:51
-
-
Save cargan/c84a56a5df26efa6d253181295566951 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def batch_list_instance_query(self, **kwargs): | |
return EmployeeRoleEstablishment.objects.filter(kwargs) | |
def batch_list_instance_query(self, establishment): | |
return EmployeeRoleEstablishment.objects.filter( | |
establishment=establishment | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment