We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfc66e commit f9d1a34Copy full SHA for f9d1a34
rest_framework/utils/html.py
@@ -78,7 +78,7 @@ def parse_html_dict(dictionary, prefix=''):
78
}
79
80
"""
81
- ret = {}
+ ret = MultiValueDict()
82
regex = re.compile(r'^%s\.(.+)$' % re.escape(prefix))
83
for field, value in dictionary.items():
84
match = regex.match(field)
0 commit comments