[Answered ]-Django REST API serializer.is_valid() always returns false

1👍

Your input datetime might not be getting validated with model Datetime field.
You might need to change the date time format using strptime .

Leave a comment