[Django]-Django best way to check the model type of a queryset 20 December 2023 by thecoderscamp.com 61 Ok, I see, I use is instead of isinstance(): if queryset.model is Library : # do something. wobbily_col [Django]-Django.template.base.TemplateSyntaxError: default requires 2 arguments, 1 provided Source:stackexchange.com