bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 425 forks source link

Fix error with Django 4 #687

Closed casserlyprogramming closed 2 years ago

casserlyprogramming commented 2 years ago

Django 4 no longer allows the Signal to come with the named providing_args argument but will work like this.

casserlyprogramming commented 2 years ago

not needed