Hi, I am passing {message: 'here'} to a rest api then in rest api before saving to the db i want to modify it to {message:'here it it'}. at which step should i do the modification: after reading from request.data using json dump and loads , or there is a way to modify the serializer.data ?
-- 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 django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c69968e2-ebf3-4573-bc08-18306b327eaf%40googlegroups.com.