bernardopires / django-tenant-schemas

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

Fix for issue #446 #447

Closed izimobil closed 7 years ago

izimobil commented 7 years ago

Make sure tenant delete() method is called, even when using django querysets bulk delete method.