Django-tenant-users

Latest version: v1.4.0

Safety actively analyzes 629532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.4.0

Features
* Added management command for simple use of create_public_tenant by jgentil in [565](https://github.com/Corvia/django-tenant-users/pull/565)
* Adds support for Django 5.0 and Python 3.12
* Drops support for Django 3.2 and Python 3.7

Misc

* Correct function reference in 'using' page by Dresdn in [532](https://github.com/Corvia/django-tenant-users/pull/532)
* Implement Ruff by Dresdn in [535](https://github.com/Corvia/django-tenant-users/pull/535)

1.3.0

Features

- Added support for multi-tenant types by Wizely99 in [475](https://github.com/Corvia/django-tenant-users/pull/475)

Misc

- Major redesign of docs

1.2.0

Features

- Adds support for Django 4.2

Fixes

- Used pk instead of id for universal access by ysidromdenis [355](https://github.com/Corvia/django-tenant-users/pull/357)

1.1.1

Misc

- Remove deprecation warning regarding default_app_config for django >= 3.2 [326](https://github.com/Corvia/django-tenant-users/pull/326)
- Add Django 4.1 to PyPi Trove classifiers list
- Update downstream dependencies to latest versions

1.1.0

Features

- Adds support for Django 4.2
- Drops support for Django 2.2

Misc

- There is now a direct dependency on django-tenants and support versions of Django (2.2, 3.2, 4.0, and 4.1)
- Updates downstream dependencies

1.0.0

Breaking Changes

- Support for [django-tenant-schemas](https://github.com/bernardopires/django-tenant-schemas) has been removed due to last release being in 2017
- Removed `tenant_users.compat` module as you can now directly import from `django_tenants.utils`

Features

- Adds `settings.TENANT_SUBFOLDER_PREFIX` support from `django_tenants` [85](https://github.com/Corvia/django-tenant-users/issues/85)
- Adds support for Django 4.0 [158](https://github.com/Corvia/django-tenant-users/issues/158)
- Drops `django 3.1` support
- Drops `python 3.6` support

Bug Fixes

- Fixes string representation of `UserTenantPermissions` object [84](https://github.com/Corvia/django-tenant-users/issues/84)

Misc

- Testing has been simplified to a single test project
- Moves to Github Actions strategy.matrix

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.