Hi Manoj. 

Check out the field validation docs: 
http://www.django-rest-framework.org/api-guide/serializers/#field-level-validation

Implement a `validate_name` method to transform using `value.lower()`. (or 
similar.) 

Kind Regards,

Carlton

-- 
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 django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to