pbav

Results 2 comments of pbav

This does the trick: ```python from django_multitenant.models import TenantModel as TenantModelBase class TenantModel(TenantModelBase): class Meta: abstract = True # Access to related objects (specifically in prefetch_related) must use the tenant...

I'm talking here about a difference of two orders of magnitude. It's not just the usual "in one case one option is better, in another case another option is better"....