Skip to content

Fix create with current tenant

Compare
Choose a tag to compare
@louiseGrandjonc louiseGrandjonc released this 17 May 22:41

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