citusdata / django-multitenant

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

how to use model ManyToMany field with through in DRF serialzer #212

Open plrnr opened 4 months ago

plrnr commented 4 months ago

hi,

I did not find any documentation around this. Can anyone please help?

How to use model ManyToMany field with through in DRF serialzer?

Is through parameter required for django-multitenant for a manytomany field?