Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeField clear data, when html_input is True #179

Open
Gerantino opened this issue Jun 13, 2022 · 1 comment
Open

RangeField clear data, when html_input is True #179

Gerantino opened this issue Jun 13, 2022 · 1 comment
Labels

Comments

@Gerantino
Copy link

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.

@gokselcoban
Copy link

Hi, thank you for reporting this.
As far as I see, you debugged the problem. Can you open a PR to fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants