Unfortunately, there is no reply on my question. My question is about a partial update of the columns in the database. At this moment, PATCH method with only one updated field updates the all columns in the table.
On Saturday, February 2, 2019 at 7:05:21 AM UTC+2, nsamba taufeeq wrote: > > > https://stackoverflow.com/questions/41110742/django-rest-framework-partial-update > > On Fri, Feb 1, 2019, 22:41 <[email protected] <javascript:> wrote: > >> I mean, to generate SQL UPDATE statement with only columns, specified in >> request (but not all DB columns). >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django REST framework" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
