Extends django-tenants to add global multi-tenant user support, allowing users to belong to multiple tenants with per-tenant permissions. Current version 2.2.1, requires Python >=3.9, compatible with Django 4.2+, s. Release cadence: irregular, ~3-4 minor versions per year.
pip install django-tenant-usersVerified import paths — ran on the pinned version, not inferred.
Minimal setup: add 'tenant_users' to INSTALLED_APPS and include tenant URLs.
Update imports: from tenant_users.tenants.models import TenantUserMixin, from tenant_users.permissions.models import UserTenantPermissions.
Update code that calls provision_tenant to use the returned tenant object.
Upgrade to v2.1.2 or later.
Upgrade to v2.1.3 or later.
No dependency data recorded yet.