DateRangeField - trying to send with a form data, but default serializer method to_internal_value already call the html.parse_html_dict, then the second time RangeField to_internal_value do the same thing, but data do not suitable for default regex pattern, and as result returns just a blank dict.
DateRangeField - trying to send with a form data, but default serializer method to_internal_value already call the html.parse_html_dict, then the second time RangeField to_internal_value do the same thing, but data do not suitable for default regex pattern, and as result returns just a blank dict.