What's Changed
* added support for primary keys where the field id is missing in [707](https://github.com/Corvia/django-tenant-users/issues/707) by Jed-Giblin in [#708](https://github.com/Corvia/django-tenant-users/pull/708)
* Fix: security risk in `tenant_cached_property` with malicious schema names by scur-iolus in [709](https://github.com/Corvia/django-tenant-users/pull/709)
* Improve data consistency and prevent orphaned records in user/tenant management by scur-iolus in [732](https://github.com/Corvia/django-tenant-users/pull/732)