Helo. I guess the question is obvious.
I have json field in my postgresql table and django orm has no issues with it.
But I am not able to find out oa way to use it in my schema in ninja. classorgin(Schema): orgname: str orgaddr: str orgdetails: json This does not work. Any hint? Regards. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f7a1f6a0-af73-4c6a-b5cb-50d2e08baf1a%40gmail.com.

