Hi, Though i have gone through DRF 3.6 docs, but just to be clear from concept p.o.v.
I understand that pre_save , post_save methods have been removed from DRF 3.x version onwards and perform_create and perform_update methods are their replacement . Does it mean that post_save method has to be replaced with "perform_update" method while pre_save is replaced with "perform_create" method? Regards, Priyanka -- 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.
