citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
710 stars 116 forks source link

Adds comments to make it clearer #133

Closed gurkanindibay closed 1 year ago

gurkanindibay commented 1 year ago

Django mutitenant code includes hooks to make multitenancy works. Hooks mostly overrides some behaviour in Django ORM. However, there is not enough comments on what the change is and why it is being performed. Therefore, it is very difficult to understand the changes and its effects I added some comments to make it clearer.