Hi, If you want to write it yourself - it's a rather complicated piece to implement. Checkout our source code and see how we have implemented it: https://github.com/promoteinternational/drf-nested
Regards, Andréas Den mån 12 aug. 2019 kl 13:10 skrev Soumen Khatua <[email protected] >: > I'm trying to write myself, Please tell me how I can do that by myself. > > Thank you for your response. > > Regards, > Soumen > > On Mon, 12 Aug 2019, 12:44 Andréas Kühne, <[email protected]> > wrote: > >> Have you used a plugin for nested handling? Or are you writing one >> yourself? >> >> I would recommend using a plugin. We have developed one that you are free >> to use: >> drf-nested on pypi or there are others on Pypi as well. >> >> Regards, >> >> Andréas >> >> >> Den mån 12 aug. 2019 kl 08:34 skrev Soumen Khatua < >> [email protected]>: >> >>> Hi Folks, >>> I want to simple CRUD for Nested serializers but whenever I'm taking >>> many = True,It's showing Address(nested model name) is not iterable. >>> >>> This is my github link: >>> https://github.com/Herosoumen/RestFrameworkCRUD.git >>> Please tell me How I can do that. >>> >>> >>> Thank You. >>> >>> Regards, >>> Soumen >>> >>> -- >>> 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/CAPUw6WYKLgV4dR3swHLtyP4f6HEPd5e8D%2BKOztmRdKzcVCkthw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CAPUw6WYKLgV4dR3swHLtyP4f6HEPd5e8D%2BKOztmRdKzcVCkthw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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/CAK4qSCd39xXh-D6Cx3XjXsKKgvPXUF0ksO%2BSTN_%2B1Bsvf1QZ6w%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAK4qSCd39xXh-D6Cx3XjXsKKgvPXUF0ksO%2BSTN_%2B1Bsvf1QZ6w%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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/CAPUw6WavZ0BznPyWa_ereDf0LcSb48WpvgSM4PGUb0eq%2B8XTXw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAPUw6WavZ0BznPyWa_ereDf0LcSb48WpvgSM4PGUb0eq%2B8XTXw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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/CAK4qSCdn_%2BusFaR9A7K8DpKv_OM5PU%2BwCL9tD6v13DvTD3VKGg%40mail.gmail.com.

