We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I am selecting a list of items:
item_group = Item.objects.using('mssql').filter(my_filter_qs)
When trying to access the result, the error is thrown, any ideas?