citusdata / django-multitenant

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

Fix __setattr__ bug #199

Closed pavel-beaufort closed 8 months ago

pavel-beaufort commented 8 months ago

it's beter to call original setattr method in the beginning of setattr method, otherwise it causes RecursionError in some cases.