django-multitenant icon indicating copy to clipboard operation
django-multitenant copied to clipboard

Python/Django support for distributed multi-tenant databases like Postgres+Citus

Results 72 django-multitenant issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.11. Commits 61a986f [4.2.x] Bumped version for 4.2.11 release. 3c9a277 [4.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 7973951 [4.2.x] Added release date for...

dependencies

Bumps [black](https://github.com/psf/black) from 23.9.1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.3.1 to 0.3.2. Changelog Sourced from readthedocs-sphinx-search's changelog. Version 0.3.2 :Date: Jan 15, 2024 @​stsewd: Security fix, more information in GHSA-xgfm-fjx6-62mj <https://github.com/readthedocs/readthedocs-sphinx-search/security/advisories/GHSA-xgfm-fjx6-62mj>__. Commits See full diff in...

dependencies

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

There is a bug in `django-multitenant` in which when the tenant is not set during the `save` method goes into an infinite recursion looking for the tenant, fetching it from...

The case: Run query with Django's `only()` and did not include the `tenant_field` in only fields, something like below: ``` bot= BotUser.objects.only("id").first() django.core.serializers.serialize("json",[bot]) ``` We will get the RecursionError: `__setattr__`...

Fixes software supply chain safety warnings like at the bottom right of https://github.com/citusdata/django-multitenant/actions/runs/9555415536 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file -...

Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.14. Commits 98cf264 [4.2.x] Bumped version for 4.2.14 release. 17358fb [4.2.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang... 2b00edc [4.2.x] Fixed CVE-2024-39330 -- Added...

dependencies