Fix create with current tenant
In version 2.0.6, a bug was introduced when doing
set_current_tenant(my_tenant)
MyModel.objects.create(name='test')
the tenant column wasn't filled. This fixes the issue
In version 2.0.6, a bug was introduced when doing
set_current_tenant(my_tenant)
MyModel.objects.create(name='test')
the tenant column wasn't filled. This fixes the issue