Teo Wen Zhi

Results 1 issues of Teo Wen Zhi

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__`...